Tagged: x
-
AuthorPosts
-
September 6, 2016 at 9:23 am #1163081
scottkwilsonParticipantHi – I’d like to make the navigation menu white, but just on the homepage. How do I do this? Thx
September 6, 2016 at 10:00 am #1163113
JoaoModeratorHi Scott,
Please add the following code to Appereance Customizer Custom CSS
.home .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { color: white; }Hope that helps,
Joao
September 6, 2016 at 12:50 pm #1163338
scottkwilsonParticipantWorked perfectly! How can I do this on this page too? http://newsite.stormwindcreative.com/about-us2/
how can I do this for other pages in general?
September 6, 2016 at 2:18 pm #1163431
JoaoModeratorHi Scott,
You need to inspect your pages, and findout the Page ID. than you have to add the page ID in front of the code.
http://newsite.stormwindcreative.com/about-us2/
Does not exist.
But your contact page for example would be:
.page-id-3611 .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) { color: black; }Here is a tutorial so you can learn how to find your page or post ids.
Hope that helps,
Joao
September 6, 2016 at 4:04 pm #1163528
scottkwilsonParticipantThanks! Worked great!
September 6, 2016 at 8:56 pm #1163851
JadeModeratorYou’re welcome Scott.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1163081 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
