Tagged: x
-
AuthorPosts
-
April 22, 2016 at 12:23 pm #895645
bradpeParticipantHi there,
The background color on the mobile menu, sub menu does not seem to match the background, it matches the button color. Works fine in the web browser. Any suggestions?
I have the latest version of WP / X theme / Cornerstone.
Much appreciated
April 23, 2016 at 5:52 am #896525
ChristopherModeratorHi there,
Please find this code :
.x-navbar .sub-menu { background-color: #eeeeee !important; padding: 0px !important; }And update it to:
@media (min-width:979px){ .x-navbar .sub-menu { background-color: #eeeeee !important; padding: 0px !important; } } .x-navbar .mobile .x-nav ul li a span { color: #fff; } .x-navbar .mobile .x-nav ul li a { border-color: #fff; }Hope it helps.
April 23, 2016 at 5:56 am #896529
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
body .x-navbar .mobile .x-nav ul.sub-menu { background-color: transparent !important; } body .x-navbar .mobile .sub-menu a { background-color: #333333 !important; color: #ffffff !important; }Hope it helps 🙂
April 25, 2016 at 1:46 pm #899093
bradpeParticipantExcellent – I just tried Thai’s suggestions and it works as intended. Much appreciated!
April 25, 2016 at 11:35 pm #899685
Prasant RaiModeratorHappy to hear that. Feel free to ask us again. Have a great day! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-895645 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
