Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1248310
    jerryrider
    Participant

    Hello,

    I’ve searched the forums and tried adding Custom CSS:

    body {
    background: none !important;
    color: #fff !important;
    }

    to remove the colored backgrounds in Integrity, however, this just changes the color of my body text to white (which is undesired) and does not change the off-white background site wide.

    I’ve read many other users having a similar issue and I can’t for the life of me find a solution that works.

    My URL is: hammockable.net

    Thank you for your help!

    #1248320
    jerryrider
    Participant

    Some creative searching helped me find the solution for anyone else looking:

    What this ultimately means is if you have “Fullwidth” selected as your Site Layout, you will not be able to see any changes made to your background due to the fact that this <div class=“site”> element is in place. However, if you select “Boxed” you will notice all of your changes being implemented on either side of your content as this element will no longer be spanning the entire width of the browser window. That being said, if you would like to alter the color of this <div class=“site”> element, you can easily do so with a little bit of CSS:

    body .site {
    background-color: #fafafa;
    }

    #1248325
    Friech
    Moderator

    Great, glad you sorted things out. Feel free to get in touch with us regarding any further queries about the X|Theme and Cornerstone.

    Cheers!

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