Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1036220
    Sarah W
    Participant

    Hi,
    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.
    THANKS

    #1036374
    Joao
    Moderator

    Hi 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

    #1037398
    Sarah W
    Participant
    This reply has been marked as private.
    #1037445
    Thai
    Moderator

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

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