Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1250809
    nataleszabo
    Participant

    Hey there,

    I’ve searched around for a bit but can’t find any code that affects exactly what I’m looking for.

    I want to change the general body color, not the background.

    Basically I want the white area in this image to be a light grey:

    https://actualizer.tech/wp-content/uploads/2016/11/Screen-Shot-2016-11-09-at-4.37.05-PM.png

    Most of the other posts in the forum about a similar issue were solved by adding a bit of css about “entry wrap”, but that doesn’t seem to do anything for me.

    Thanks!

    #1251130
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please try using following code to change background color and let us know how it goes:

    .entry-wrap {
        background-color: #ddd !important;
    } 

    Please share exact URL of your page if above code does not work.

    Thanks.

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