Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

elevation pro nav hover

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #36693
    boatgirl
    Participant

    Im using Elevation pro and Im trying to change the hover color on just the navigation menu (not the rest of the site)

    what is the CSS to do this? Thank you

    #36696
    boatgirl
    Participant

    I meant the hover color of the navigation text not the button.

    #36697
    Grace Support
    Keymaster

    Hi,

    To change the hover color of navigation menu
    Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
    add below css code and change the color code

    .sitenav ul li.current_page_item a { color: #000000 !important; }
    .sitenav ul li a:hover { color: #000000 !important; }
    .sitenav ul li.current-menu-parent a.parent { color: #000000; }

    Regards
    Grace Themes

    #36709
    boatgirl
    Participant

    that worked perfectly – thank you!!

    #36712
    Grace Support
    Keymaster

    You are most welcome!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.