Background color
-
Hi.
How can I change the background color?
It is white and I want it to be pink.
My site is http://escritosemanal.com/, and I´m using Neutra theme.
The blog I need help with is: (visible only to logged in users)
-
just go to your Dashboard and go to Appearance and then Background. Then in that page go to Display options and in the column next to the Background color column fill this #FFC0CB for Pink color.
-
hey, thanks… it worked, just looks a little messy, I will have to change other things too
thanks, anyway
-
-
To change the main background color to pink and then give the blog content container a white background, try adding this to your Appearance → Custom Design → CSS page:
body { background: #FFE8F7; } #container { background: #fff; padding: 2em 4em; }
- The topic ‘Background color’ is closed to new replies.