Tagged: x
-
AuthorPosts
-
June 10, 2016 at 1:18 pm #1036220
Sarah WParticipantHi,
I’m using the Integrity stack with the transparent header, is it possible, if I make the logo stacked to have the background still be transparent? At present it sits in a white band across the the top of the transparent header.
THANKSJune 10, 2016 at 3:22 pm #1036374
JoaoModeratorHi Sarah,
Please add the following code to Appereance Customizer Custom CSS :
.x-logobar, .x-navbar, .x-navbar .sub-menu { background-color: transparent !important; }If you want your logo to overlay the cotent add this code:
@media min-width: 980px) { .x-slider-container.below { margin-top: -170px; } }Hope that helps,
Joao
June 11, 2016 at 10:42 am #1037398
Sarah WParticipantThis reply has been marked as private.June 11, 2016 at 11:45 am #1037445
ThaiModeratorHi There,
There is an unexpected closing bracket (}) in your custom CSS.
Please replace your current custom CSS with this:
.x-logobar, .x-navbar, .x-navbar .sub-menu { background-color: transparent !important; } .x-logobar { border: none; } .entry-title { font-size: 200%; margin-top: -40px; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1036220 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
