badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change menu hover colour

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #21027
    c.gelep
    Participant

    Hi, thanks for this great theme.

    I can’t figure out how to change the hover colour of my menu text. I’d also like to keep the menu item highlighted in that colour once it has been selected.

    Can you help me please?

    #21185

    Hi c.gelep,

    This feature is only available in the pro version of Interface Pro. You can change each and every color as well as font family and size too. Anyways we will provide you a Custom CSS to change hover/active color. Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access a:hover, 
    #access ul li.current-menu-item a, 
    #access ul li.current_page_ancestor a, 
    #access ul li.current-menu-ancestor a, 
    #access ul li.current_page_item a, 
    #access ul li:hover > a,
    #access ul li ul li a:hover, 
    #access ul li ul li:hover > a, 
    #access ul li.current-menu-item ul li a:hover {
        color: #63c6ae;
    }

    Note: Change above HEX color code #63c6ae to your own HEX color code.

    Thank you!

    #21222
    c.gelep
    Participant

    Thanks!

    #21266

    Ok that’s great c.gelep

    Thank you!

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