• Resolved Karlopa

    (@karlopa)


    Well I’ve tired several things and can’t get the background colour to change on; Current Menu HOVER. currently it is black and I want to change that. I have been able to change all other areas of the Navigation Menu, just not the ‘current menu’ when one hovers over that button.
    I tried this code and a few version of it, hmmmm, help please, thanks.

    .main-navigation .current-menu-item a:hover {
      background: #ffffff;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Karlopa

    (@karlopa)

    Can anyone help with this? Thanks

    Thread Starter Karlopa

    (@karlopa)

    Has anyone seen this post, Curious if someone can give me a tip, on the code that’s telling the background to be black on the CURRENT page “Nav” tab, when you hover over it. Thanks

    Theme Author Suresh Patel

    (@suresh_p12)

    Karlopa,

    Sorry for the delayed response.
    you can find this following class in the main.css on line number 169.

    .main-navigation .current_page_item a, .main-navigation .current-menu-item a {
        background: none repeat scroll 0 0 #fff;
        color: #fff;
    }

    You can edit this class and set the background and text color as per your need. Also you can create a separate ticket on my website for quick response. This is the URL of the webite https://kpthemes.com/support-forum/forum/kavya-free-wordpress-themes/

    Thanks,
    Suresh

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Current Page – HOVER B.G. Colour’ is closed to new replies.