Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1037786
    Mitica
    Participant

    how can i make my sub menus opaque? or at the very least, increase the font size…..

    #1037951
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To change the background color of your sub menu, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .masthead-inline .x-navbar .desktop .sub-menu {
        background-color: #fff;
        background-color: rgba(255,255,255,0.85);
    }

    Hope this helps.

    #1062073
    Mitica
    Participant

    Hi! i added this code, but it did not change the transparency of the sub menus at all! 🙁

    is there any thing else i can try?

    #1062394
    Jade
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1065593
    Mitica
    Participant

    My site isnt live, im creating it locally so im not sure if youll be able to see it?

    #1066105
    Friech
    Moderator

    Hi There,

    Please update the code to this:

    .x-navbar .desktop .sub-menu {
        background-color: rgba(255,255,255,0.85);
    }

    Make sure you clear any caching plugin and your browser’s cache before previewing the site.

    If it still does not works, please check your whole custom css for error here: http://csslint.net/

    Hope it helps, Cheers!

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