Tagged: x
-
AuthorPosts
-
February 14, 2017 at 11:50 am #1370761
flowdivisionParticipantHello,
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,
February 14, 2017 at 11:54 am #1370771
DarshanaModeratorHi 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.
February 15, 2017 at 3:08 am #1371588
flowdivisionParticipantHi 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)
February 15, 2017 at 4:10 am #1371657
LelyModeratorHi 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.
February 15, 2017 at 4:33 am #1371698
flowdivisionParticipantHi, 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!
February 15, 2017 at 5:50 am #1371771
Paul RModeratorHi,
You can change the code to this.
.page-id-186 .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target { color: #fff; }Thanks
February 15, 2017 at 7:18 am #1371879
flowdivisionParticipantThank You! Good service! Good theme!
February 15, 2017 at 7:53 am #1371931
ThaiModeratorYou’re most welcome 🙂
February 16, 2017 at 2:51 pm #1374059
flowdivisionParticipantHi 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?February 16, 2017 at 2:55 pm #1374060
flowdivisionParticipant(please see attached picture)
February 16, 2017 at 11:03 pm #1374551
Rue NelModeratorHello 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.
February 17, 2017 at 4:26 am #1374770
flowdivisionParticipantHi, Code worked fine! Thanks again for a great service!!
February 17, 2017 at 8:11 am #1374979
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1370761 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
