My site has a boxed format with a background image. http://neurala.com.
I want to create a page that does not have the background. I have removed the header and footer, but the background remains. Is there a way to remove the background for the single page? I want it to be white, and I can place some simple text. Here is an example: http://neurala.com/mossa/1-welcome/
Thank you.
Hi rmatus!
Yes, it’s possible, simply use the page ID to filter it, add this to the Quick CSS:
.page-id-1114 .bg_container{ background: white !important; }
Regards,
Josue