Tagged: x
-
AuthorPosts
-
October 4, 2016 at 12:15 pm #1202258
VeritasMarketingParticipantim getting close to finishing but im have trouble with a few things.
how can i change the text color of the dropdown menu on the inside pages only?
right now they dont show up because the default for the main is white.Thanks
October 4, 2016 at 12:15 pm #1202259
VeritasMarketingParticipantThis reply has been marked as private.October 4, 2016 at 12:55 pm #1202311
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.home .x-navbar .desktop .sub-menu a { color: #fff !important; } .sub-menu a { color: #808080 !important; }Thanks.
October 4, 2016 at 1:07 pm #1202317
VeritasMarketingParticipantThanks, its all confused now thought. i want the front page to have a transparent background with white text and blue roll over, and on the inside pages have a solid white background with blue text.
Thanks sorry for the confusion.
October 4, 2016 at 1:16 pm #1202331
VeritasMarketingParticipantAlso is there a way to make the background that shows up behind the menu on scroll white on the inside pages?
October 4, 2016 at 6:40 pm #1202650
JadeModeratorHi there,
You can add this under Custom > CSS in the Customizer.
body:not(.home) .x-navbar .desktop .sub-menu { background-color: #fff; } body:not(.home) .x-navbar .desktop .sub-menu a:hover { color: #0076c0 !important; }Hope this helps.
October 5, 2016 at 9:00 am #1203435
VeritasMarketingParticipantThanks that works, did you see my second question?
is there a way to make the background that shows up behind the menu on scroll white on the inside pages?October 5, 2016 at 9:47 am #1203494
ThaiModeratorHi There,
Please add the following CSS also:
body:not(.home) .x-navbar.x-navbar-fixed-top { background-color: #fff !important; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1202258 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
