Sela theme custom css code needed to change grid page background color
-
Hi there, need some help please!
Can’t find a simple code to change the background colour of my grid page in Sela : http://mooimexico.nl/moois-maken/
(sorry link button doesn’t seem to work?)
I want to change the white area…
Much appreciated, Marie-José
The blog I need help with is: (visible only to logged in users)
-
Hi @mooimexico, it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours using Sela, I would suggest asking for help in the Sela Theme Support Forum at WordPress.org.
For general questions on self-hosted WordPress.org installations, visit http://wordpress.org/support/.
The differences between WordPress.com and WordPress.org.
I did take a quick peek at your site, and the following CSS would allow you to change the color of the white area on the page you reference.
.content-wrapper { background-color: #cc0000; }If you have not yet done so, I would suggest creating a child theme so that any customizations you make will not be overwritten by a future theme update. Alternately you can use the Edit CSS function in the Jetpack plugin, or use one of the other Custom CSS plugins that will keep CSS changes from being overwritten.
Child Themes
Child Theme creation plugins
Jetpack plugin
Custom CSS plugins
- The topic ‘Sela theme custom css code needed to change grid page background color’ is closed to new replies.