Change colour of hover over pagination

  • Author
    Posts
  • #22135
    Francois Declercq

    Hi,

    When on a category page like the following http://www.therealmusic.net/reviews-trm/ I have an issue with the hover over at the pagination level. When I hover over it creates a block that is the same colour as the writing. How can I change this?

    Thanks

    Francois

    #23885
    Jim

    Hi Francois

    The hover link colours I think are set within Parabola Settings>Color Settings>Accents and here there are about 5 different colour options for various links you may need to check the help text (at the end of the line) there to see which is applicable for your need.

    I hope this helps

    Jim..

    #23955
    Nagol

    I to have this issue if I’m not mistaken. The area where you type gets a hover effect which highlights the text box, and makes it impossible to see what your typing in the text box.

    also,I was going to WP forum server. all of the skins that come with the plugin have a every-other line hover effect that I want to get rid off.

    #24296
    Francois

    Hi Jim,

    Tried changing all the accent colours, the hover colours and everything, nothing changes the colour of the box over the pagination.

    #24297
    Jim

    Hi Francois

    Sorry it didn’t help, only other thing is perhaps the Links within Color>Settings?

    I’m probably just not understanding what you mean by the “box over the pagination”.

    Cheers

    Jim…

    #24304
    Francois

    Hi Jim,

    If you scroll to the bottom of this page and hover over a pagination number, you will see a big green box that hides the number http://www.therealmusic.net/reviews-trm/

    I’ve changed the accent colours as well as the link colours but the box itself doesn’t change colour.

    I’ve managed to change the colour of the number but that changes every link on the site which is not what I want.

    Thanks

    Francois

    #24316
    Jim

    Hi Francois

    Great thanks for the explanation, I see and understand now. Try putting this code into your custom CSS in the Misc. Settings area:

    .pagination a:hover {
    background-color: #0A6B5D;
    color: #ffffff;
    }

    This should leave the box colour as is and set the number colour to white when you hover over it. (they were indeed set to the same colour.)

    I hope this works for you

    Jim..

    #24565
    Francois

    Thanks Jim, that worked perfect.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Change colour of hover over pagination’ is closed to new replies.