• Hello, I’m having a really hard time trying to get the wrapper color of my pages to to change. I have tried several different suggested CSS wrapper codes I found on a few other posts but nothing seems to be working. When I view “show page source” in my browser and hover over the section of my site I want to change, it highlights “<div class=”content-wrapper clear”>…</div>” Is it a specific <div> tag I need to add in to change this? my site is: http://www.soundsoftheaveragelife.com The white part in the center, surrounding posts and content, etc is what i want to change. I want it to be grey.

    Thanks

Viewing 1 replies (of 1 total)
  • Hi Jeff,

    Make sure you are using a Custom CSS plugin or Child Theme so your changes do not get overwritten by future theme updates.

    Not sure which grey you want to change the .content-wrapper to, but adding this to your CSS will change it to a light gray:

    .content-wrapper {
    background-color: #d3d3d3;
    }

    You can adjust the hex code to change the color to whatever you like.

    Hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘Changing wrapper color with CSS’ is closed to new replies.