Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #900431
    tdmatthews
    Participant

    I’m using v4.4.2 of X, creating a simple single page site, just trying to get the functionality working. It’s all going pretty good except the hover action for the menu causes the menu text to disappear. The only reason I can think is that it’s using some of the button styling – as on a button rollover I have white text (but the background should be black). There’s 1 button at the bottom of the page if you want to see.

    So first problem is I’d like the hover text on the menus to not disappear. Also if possible I’d like the menu’s to highligh as that part of the page is scrolled to – if that’s easy to implement.

    http://beta.rockslinger.ca

    #901637
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer and then change the color value accordingly.

    
    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .sub-menu a:hover, .x-navbar .desktop .x-nav .x-megamenu > .sub-menu > li > a, .x-navbar .mobile .x-nav li > a:hover {
        color: #ff0000;
    }
    

    Hope that helps.

    #904264
    tdmatthews
    Participant

    That worked perfect!

    #905090
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-900431 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>