Archived topic
Colours not changing and spacing issue
3 replies · Started by Callandra Dendias on October 1, 2015
Good Morning,
Hoping someone can help me out - the colours are not changing when I go to customize it. Somehow it is stuck on a shade of blue that doesn't match the rest of our site. I went to make the background totally white and saved it but it is not reflecting the change. I assume something is overriding it? I don't know how to figure that out.
Also, there is a big white area between my content and the footer widgets. How do I eliminate that? I played around with spacing but cannot see a way to reduce the space to have it as small as possible.
My site it http://www.thevpp.ca
Thanks
Callandra
Hi there,
The background is blue because you have a big blue image set as the background image.
If you're using Generate Backgrounds, go to "Customize > Background Images" and remove that background image.
As for that white space, try this CSS:
.home .entry-content p:last-child {
margin-bottom: 0;
}
Thanks Tom - where do I go to post the CSS code you mentioned?
This should help: https://generatepress.com/knowledgebase/adding-css/
