Tagged: x
-
AuthorPosts
-
April 26, 2016 at 2:32 pm #900860
BradleyBParticipantHi,
When my browser is sized below 1160, I get a nav button instead of my full menu. Is there a way to have the background color of the navbar change when the nav button is pressed? Thanks so much!
April 26, 2016 at 11:30 pm #901430
Prasant RaiModeratorHello Bradley,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
April 27, 2016 at 10:56 am #902442
BradleyBParticipantThis reply has been marked as private.April 27, 2016 at 8:34 pm #903296
FriechModeratorHi There,
Thanks for the URL, you can add this under Custom > Global CSS in the Customizer.
.custom-bg .x-navbar, .custom-bg .x-navbar .sub-menu { background-color: red !important; }And this on Custom > Global JavaScript.
jQuery('.x-navbar .x-btn-navbar').on('click tap', function(){ jQuery('.x-navbar-wrap').toggleClass('custom-bg'); });Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities.
Thanks for understanding.
April 28, 2016 at 11:00 am #904301
BradleyBParticipantAmazing!
Thanks so much!
April 28, 2016 at 10:20 pm #905095
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-900860 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
