First of all, I’d like to thank you for the beautiful theme you’ve created, it’s the best I’ve used so far.
To make my website even better I’d like to remove the main background on one of the pages because I have the Full-width Masonry Gallery in there and I don’t like the space at te bottom.
This is the page i’d liked to remove de background color only (so not the background image)
http://www.experimentaal.com/nieuw/impressie-experimentaal/
I hope you know what I’m trying to say, my English is not perfect, but I’m trying my best
Hi erikenanne!
You can add this on Quick CSS:
.page-id-498 #main {
background: none !important;
}
Regards,
Ismael
Thank you very much, the website is now online: http://www.experimentaal.com
I’m very happy, thank you very much!
Hey!
Try adding this code to the Quick CSS:
.page-id-150 #main {
background: none !important;
}
Cheers!
Josue