Tagged: x
-
AuthorPosts
-
June 15, 2016 at 11:49 am #1043555
Cindy HParticipantI want to have the collapsable black transparent menu appear under the mobile menu icon as well as under the logo.
Is this possible?I can’t seem to figure out the css code for that.
June 15, 2016 at 2:21 pm #1043812
JoaoModeratorHi There,
Please try adding the following code to Appereance Customizer Custom CSS, Feel free to adjust the values if necessary.
To center the logo under navbar
.masthead-inline .x-nav { float: none; position: relative; left: 25%; } @media (min-width:980px) and (max-width:1080px) { .masthead-inline .x-nav { left: 15%; } }To Change the button to transparent with black lines add the following code:
.x-btn-navbar.collapsed { color: black; background-color: transparent; box-shadow: none; } .x-btn-navbar.collapsed:hover { color: black; background-color: transparent; box-shadow: none; } .x-btn-navbar { color: black; background-color: transparent; box-shadow: none; } .x-btn-navbar:hover { color: black; background-color: transparent; box-shadow: none; }Hope it helps,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1043555 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
