Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1163531
    scottkwilson
    Participant

    Hi – I used this CSS (below) to change my drop down menu font and background colors, but on the page where I’m currently visiting that link, the color is going back to white, as seen here in the drop down menu: http://newsite.stormwindcreative.com/website-design/ How do I fix this so the text is black?

    /* submenu text color */
    .x-navbar .desktop .sub-menu a {
    color:black;
    }

    .x-navbar .desktop .sub-menu a:hover {
    color:black; /* submenu text color on hover */
    background:#f3f3f3; /* submenu item background color on hover */
    }

    #1163864
    Jade
    Moderator

    Hi Scott,

    Please use this code:

    .x-navbar .desktop .sub-menu .current-menu-item > a,
    .x-navbar .desktop .sub-menu a {
        color:black;
    }
    #1164333
    scottkwilson
    Participant

    Awesome! Thank you!!

    #1164481
    Thai
    Moderator

    You’re most welcome 🙂

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