Archived topic
Different background
1 reply · Started by Andrzej on October 18, 2016
Hi!
My site URL is http://akademiarozwoju.com.pl
I'm trying to change the content bg under the slider (tried the code from this topic: https://generatepress.com/forums/topic/content-background/)
What I'm trying to achieve is a starting page with only the menu, footer and slider, on blue picture bg, while keeping the default white bg for all other content.
Hi there,
You can use my Simple CSS plugin: https://wordpress.org/plugins/simple-css/
It adds a metabox to each page so you can add CSS specific to only that page.
This is what you'd add:
.one-container .container {
background: transparent;
}