Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1197702
    brentopolicity
    Participant

    Hello,

    We are trying to remove the white background from the content area of the website using the Ethos stack. Using:
    .home .site { background-color: transparent !important; }

    Works to remove the white from the header area, but it is not removing the white from the body of the page. The goal is to see the main background image behind all of the sections on the website. We are using boxed layout.

    Site: http://rumisgarden.com/
    Wordpress Version: 4.6.1
    X Version: 4.6.2
    Cornerstone Plugin: 1.3.2

    Can you help?

    Thank you,
    B & C

    #1197809
    Joao
    Moderator

    Hi There,

    Or you can add the following code to Appereance > customizer > Custom> CSS

    
    .x-container.main:before, .x-navbar, .x-logobar, .x-boxed-layout-active .site, x-navbar, .x-navbar .desktop .x-nav>li>a, .x-navbar .desktop .x-nav>li:first-child>a {
        background: none;
        border: none;
        box-shadow: none;
    }

    Hope that helps

    Joao

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