Background changes
-
The white part can’t be changed through the site customizer. It would require some CSS coding to do that. Can anybody help me to change the white part to an antrazith and white letters?
The blog I need help with is: (visible only to logged in users)
-
Hi there, there are several you will need to change. First, add a color and background-color declaration to your .site-content CSS rule so it looks like this.
.site-content { position:initial; background-color: #293133; color: #fff; }You can find a lot of codes labeled as “anthracite”, so I just grabbed one randomly. You can edit those as desired.
- The topic ‘Background changes’ is closed to new replies.