Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #191709

    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.

    #191957

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Page Without Background’ is closed to new replies.