Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1168223
    bluetroop2
    Participant

    Please see the attached screen shot. I would like for the hover text in the submenu selections to be white, not red. What piece of CSS should I use to control that?

    #1168226
    bluetroop2
    Participant

    Sorry, here is the URL… http://casa.bluetroop.com/

    #1168769
    Jade
    Moderator

    Hi there

    You can add this under Custom > CSS in the Customizer.

    .x-navbar .desktop .sub-menu a:hover {
        color: #fff;
    }

    Hope this helps.

    #1175493
    bluetroop2
    Participant

    Excellent, thank you for your help.

    #1175501
    bluetroop2
    Participant

    Sorry, one more question. The CSS for the hover text worked great, however when I have the sub-menu open and not hovering, the page I’m on as it pertains to the selection on the sub-menu still appears red (see screenshot). How can I change that?

    #1175652
    Jade
    Moderator

    Hi there,

    Please update the code to:

    .x-navbar .desktop .sub-menu .current-menu-item > a,
    .x-navbar .desktop .sub-menu a:hover {
        color: #fff;
    }

    Hope this helps.

    #1176496
    bluetroop2
    Participant

    Thank you, that fixed it. Works great.

    #1176564
    Rahul
    Moderator

    Glad that worked for you.

    If you have anything else, let us know. We’d be happy to assist you with everything.

    Thank You.

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