Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1159606
    ahurlburt53
    Participant

    please assist in removing white background on page load. would like to have this color instead 22211e

    url and screen shot is attached https://www.tampabaywebsitedesigner.com/

    #1159678
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    div#sfm-sidebar {
        background-color: #22211e;
    }

    Hope it helps 🙂

    #1159692
    ahurlburt53
    Participant

    no luck?

    #1160101
    Rue Nel
    Moderator

    Hello There,

    Please go to your customizer and find this code:

    body, #x-content-band-1 {
        background-color: #fff !important;
    }

    You’ll need to change it to this:

    body, #x-content-band-1 {
        background-color: #22211e !important;
    }
    
    body .site {
        background-color: transparent;
    }
    

    Hope this helps. Kindly let us know.

    #1160543
    ahurlburt53
    Participant

    That works most excellent!!!! TYTYTY I am very happy

    #1160603
    Christian
    Moderator

    You’re welcome. Glad we could help. 🙂

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