color for inside the background
-
I can get the background color I want. But the inside part stays white. How can I change both?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
To change the white area, please try using the css below. The # colour value can be changed to whatever you prefer.
.site { background: #f66666; }
- The topic ‘color for inside the background’ is closed to new replies.