Topic Resolution: Resolved
  • Closed
  • JS
    Spectator
    October 5, 2015 at 12:34 am #21155

    Hello again, you provided some nice help to modify the background hover color of the main menu. I’d like to modify the sticky header to use the same background color when hovering and when a page is selected. The background hover and selection color of the sticky header is currently light gray and does not match the main menu.

    Please see: http://9e8.470.myftpupload.com/

    Can you please suggest a CSS fix for this, if possible?

    Thanks again!!!

    Denzel Chia
    Moderator
    Posts: 2656
    October 5, 2015 at 11:22 am #21165

    Hi,

    Please use the following codes.

    #sticky-nav ul li a:hover {
    background: #367587 none repeat scroll 0 0 !important;
    }
    #sticky-nav .current-menu-item {
    background: #367587 none repeat scroll 0 0 !important;
    }

    Thanks!

    JS
    Spectator
    Posts: 27
    October 5, 2015 at 5:51 pm #21179

    Thank you, Denzel. Works beautifully now 🙂