Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1347599
    brandtz
    Participant

    Hi support,

    I have a need for the topbar to be transparent.

    I use the Renew, boxed layout …

    And yes have been surfing the forum without any luck…

    Tried this below, but it gives me a transparent background on the content too… I need only the topbar to be …

    x-boxed-layout-active .site, .x-topbar {
    background:transparent!important;
    }
    .x-boxed-layout-active .site > .x-container-fluid {
    background-color : white!important;
    }

    Can you guide me in the right direction?

    Best/brandtz

    #1347661
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit global CSS in the Customizer.

    
    .x-topbar {
       background-color:transparent !important;
    }
    

    If that doesn’t help, please provide us your site url so we can take a closer look.

    Thanks

    #1347682
    brandtz
    Participant
    This reply has been marked as private.
    #1347758
    Paul R
    Moderator

    Hi,

    Please change code to this.

    
    .site,
    .x-topbar {  
        background:transparent;
    }
    
    .x-main {
      background-color:#fff;
    }
    

    Hope that helps.

    #1347873
    brandtz
    Participant

    Hi again

    Well, almost…. in a sense…

    On My regular Pages, it works fine, but on My category Pages the content bagkground and the sidebars turns transparent!

    #1348201
    brandtz
    Participant

    I Think i nailed it with this:

    body.archive.category .site {
    background-color:#fff;
    }

    #1348223
    brandtz
    Participant

    Well, Nope….. to early..

    Hm….

    #1348349
    Friech
    Moderator

    Hi There,

    Replace your css code with this:

    body.archive .x-container.offset {
    	background-color: #fff;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        padding: 2.75em 4%;
    }

    Hope it helps, Cheers!

    #1350449
    brandtz
    Participant

    Yes! It rock’s now ….thank you for your time and help!

    Best/brandtz

    #1350488
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

    #1356563
    brandtz
    Participant

    Hi again,

    Well, “funny”… on my post-pages the content bagkground and the sidebars turns transparent!

    Can we call them too via css?

    #1356639
    Lely
    Moderator

    Hi There,

    Please update this:

    body.archive .x-container.offset {
    	background-color: #fff;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        padding: 2.75em 4%;
    }

    To this:

    body .x-container.offset {
    	background-color: #fff;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        padding: 2.75em 4%;
    }

    Hope this helps.

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