Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1258403
    cmdev
    Participant

    I’ve searched the forum and cannot seem to find the solution.
    I need the background to be transparent on the content areas X theme – integrity.
    See link below:

    I’d like to be able to remove the color behind the page title and the content area or set to completely transparent so that my content will be against the background image.

    http://beta.triflight.com/

    #1258406
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .home  .x-navbar {
                position:absolute;
                width:100%;
                background-color:transparent !important;
                box-shadow: none;
                border: 0;
           }
           
    .home.x-navbar-fixed-top-active .x-navbar-wrap {
                height: auto;
           }

    Hope it helps

    Joao

    #1259426
    cmdev
    Participant

    Thanks that controls the navigation bar.

    I’m looking to remove the background behind the content container – see here: http://prntscr.com/d814jr

    #1259601
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .entry-wrap {
        background-color: transparent;
    }

    Hope it helps 🙂

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