Tagged: x
-
AuthorPosts
-
March 11, 2017 at 10:03 am #1403132
TheUrbanRoomGroupParticipantHey there!
I have something strange happening with the header on my site: http://irisglobalzim.wpengine.com
THe Header / nav bar is meant to load transparant untill a use scrolls down then a opaic background color shows up. The function is right,but when the page first loads there is a white background that I can’t get rid of.Any help? (Scope out the site, it’ll make sense)
March 11, 2017 at 11:27 am #1403202
ThaiModeratorHi There,
Please find this CSS under style.css locates in your child theme:
.x-navbar { background-color: : transparent; }And change to this:
.home .x-navbar { background-color: transparent !important; }Hope it helps 🙂
March 12, 2017 at 8:19 am #1403793
TheUrbanRoomGroupParticipantHey there!
Nah, didn’t fix the problem, even when I added it to the Customizer’s CSS.March 12, 2017 at 8:23 am #1403794
TheUrbanRoomGroupParticipantAlso, this is a site-wide issue, not just the home page
March 12, 2017 at 8:28 am #1403796
TheUrbanRoomGroupParticipantIt’s strange, cause in the inspector (Chrome) this seems to be the issue:
.x-navbar, .x-navbar .sub-menu {
background-color: #ffffff;
}But when I add this
.x-navbar, .x-navbar .sub-menu {
background-color: transparent!important;
}into the customizers CSS nothing changes.
March 12, 2017 at 8:49 am #1403805
TheUrbanRoomGroupParticipantAnd… After all that – turns out the problem was that white was assigned as the Nv bar background in the customizer (Not the custom css, but in the customizer options)
Problem solved.
March 12, 2017 at 8:57 am #1403808
ThaiModeratorGlad you’ve sorted it out 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1403132 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
