Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1370761
    flowdivision
    Participant

    Hello,

    How can I change menu backround color and menu font color on a single page.

    Please see link: http://www.flowdivision.com/producten/

    Regards Steven,

    #1370771
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .page-id-186 .ubermenu-main {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }
    

    Hope that helps.

    #1371588
    flowdivision
    Participant

    Hi Darshana,

    Thank you for your reply! I added your code in CSS, backround color changed in black but there is a white outer line, font color needs to be in white (is in blue now)

    #1371657
    Lely
    Moderator

    Hi There,

    Please update to this to remove white border line:

    .page-id-186 .ubermenu-main {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: none;
    }

    For the font color, use this:

    .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
        color: #fff;
    }

    Hope this helps.

    #1371698
    flowdivision
    Participant

    Hi, White border is gone, thank you for this update.

    Font color only has to be white on one singel page (page ID-186) code turned Some other pages into menu white font color aswell!

    #1371771
    Paul R
    Moderator

    Hi,

    You can change the code to this.

    
    .page-id-186 .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
        color: #fff;
    }
    

    Thanks

    #1371879
    flowdivision
    Participant

    Thank You! Good service! Good theme!

    #1371931
    Thai
    Moderator

    You’re most welcome 🙂

    #1374059
    flowdivision
    Participant

    Hi there,

    Sorry to boder you again but menu symbol on mobile is still in blue,on product page ID-186 (please see attached picture)
    Is there a CSS code to change this in white color?

    #1374060
    flowdivision
    Participant

    (please see attached picture)

    #1374551
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! To resolve this mobile issue, please add the following css code in the customizer, Appearance > Customize > Custom > Edit Global CSS

    .page-id-186 .ubermenu-responsive-toggle {
        color: #fff !important;
    }

    Hope this helps. Please let us know how it goes.

    #1374770
    flowdivision
    Participant

    Hi, Code worked fine! Thanks again for a great service!!

    #1374979
    Paul R
    Moderator

    You’re welcome! 🙂

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