Hi
I’m using the Church theme, Renew Stack. I want to change the site’s backgroundcolor to black and already did the following:
In Cornerstone, Global>Layout and Desin> Backgroundcolor – change to #000000
In Global CSS add this code:
.site, .x-site {
background-color: #000 !important;
}
However, it only worked with Page and ‘mobile-screen-sized Post’. When the Post is displayed on a tablet or computer, the backgroundcolor goes back to white. Please advise. Thank you.