Site logo

Archived topic

Background for pages with Simple CSS

3 replies · Started by Enrico on November 1, 2020

Viewing posts 1–4 of 4

Hello.
I'm trying to assign a different colour background on some pages. I added this CSS to the Simple CSS meta box:

body {
   background-color: #2d3032;
}

but it doesn't works.

In most of the pages/articles there is a background image (texture) that I added via Apparence > Backgrounds > Body
You can have a look here.

Please, may you help me?
Thank you.
Enrico

Hi there,

try this CSS to remove the background image and change the color:

body {
    background-color: #2d3032;
    background-image: none;
}

:-)
Thank you very much.

You're welcome

This archived topic is closed to new replies.