Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1403132
    TheUrbanRoomGroup
    Participant

    Hey 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)

    #1403202
    Thai
    Moderator

    Hi 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 🙂

    #1403793
    TheUrbanRoomGroup
    Participant

    Hey there!
    Nah, didn’t fix the problem, even when I added it to the Customizer’s CSS.

    #1403794
    TheUrbanRoomGroup
    Participant

    Also, this is a site-wide issue, not just the home page

    #1403796
    TheUrbanRoomGroup
    Participant

    It’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.

    #1403805
    TheUrbanRoomGroup
    Participant

    And… 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.

    #1403808
    Thai
    Moderator

    Glad you’ve sorted it out 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1403132 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>