Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #888238
    vasiliki
    Participant

    Hi
    I am using the Integrity Stack and want to make my menu and main content transparent (I have a bg pattern).

    In Customizer -Integrity I checked Navbar Transparency On and it worked bur only in FullWidth. I want it to work in Boxed version. I searched the forums and added this code:

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

    but it only works on Fullsize too.

    Thank you

    #888599
    Thai
    Moderator

    Hi There,

    Please provide us with your website URL so we can take a closer look.

    Thank you.

    #888960
    vasiliki
    Participant
    This reply has been marked as private.
    #889573
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-boxed-layout-active .site {
        background-color: transparent;
    }
    .x-main.full {
        background-color: #fff;
    }

    Hope it helps.

    #894472
    vasiliki
    Participant

    Thanks a lot. This worked fine. I just changed
    .x-main.full { background-color: #fff;}
    to
    .x-main.full { background-color: transparent;}

    to get the result I wanted.

    Very good support.

    #894661
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Have a great day! 🙂

    #894662
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Have a great day! 🙂

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