Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1202678
    mott2016
    Participant

    Hello,

    I can’t figure out how to change the global site background color. My site is mainly black, so I want to change my blog background color to black too, but nothing I do in the customizer works, nor any of the other custom CSS I’ve seen on the form. Here is an image of what is currently selected for desired global background color (black), though it still shows as white. Please advise.

    #1202681
    mott2016
    Participant
    This reply has been marked as private.
    #1202808
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .category-blog .site {
        background-color: #000;
    }

    Hope this helps.

    #1202870
    mott2016
    Participant

    That didn’t work for individual posts.

    #1202988
    Friech
    Moderator

    Hi There,

    Please update the given css code to this:

    .category-blog .site,
    .single .site {
        background-color: #000;
    }

    Hope it helps, Cheers!

    #1203641
    mott2016
    Participant

    Perfect, thank you!

    #1203658
    Thai
    Moderator

    If you need anything else please let us know.

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