Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1239860
    chelseadamnit
    Participant

    I am using the Icon stack and I want to make a simple “coming soon” page with a background image and a form centered in the middle. I have chosen the “no container: no footer no header” option, but it seems that whenever I put any type of content on my page, it adds a white container. What is the point of a “no container” option if it adds a container whenever you put content in your page? Is there a way to make this transparent? I can’t for the life of me figure it out!

    The url is https://prettydamncrafty.com

    #1240279
    Rupok
    Member

    Hi there,

    There is no container on your page but you have added the below code that’s causing this :

    .site, .x-navbar.x-navbar-fixed-top.x-container.max.width {
      max-width: 1200px;
      width: 85%;
    }

    Remove this to get expected result and add this if you want transparent background under the form :

    .home .site {
      background-color: transparent;
    }

    Remove this CSS when you set back your original home page.

    Cheers!

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