Turn off the footer and header?

I want NO footer and NO header on my site… but it’s very hard to f ind these options

When I go to X -> Theme options -> Header

There is no option to turn off option

also, when I go to X -> Theme options -> Footer

There is an option to turn off the footer, but the footer doesn’t disappear… is the footer something different from what I think it is?

I just want NOTHING on the top of every one of my pages and NOTHING on the bottom of every one of my pages…

Hi Gaedae,

Thank you for writing in, please open the Page Settings and use a No Container, No Header, No Footer template on your page.



Hope it helps,
Cheers!

Okay, I think that kind of worked, but really I had to turn off all the social buttons (go in to the social area and get rid of all the #s) as well as turn off slider revolution on the page settings. (just in case anyone in the future has these same problems)

I’m also curious how I can change the background color of a page. There are no options for that in page settings.

BONUS: If there is some way that all my pages follow the same background color that I have set in options -> layout and design… that would be very helpful

Hi,

Yes, there is no setting for background color in Page settings but if you would like to change the background color, you can add this in Cornerstone > CSS

body {
    background-color:red;
}

.site, .x-site {
   background-color:transparent !important;
}

With regards to setting the background in Theme Options, it should work as intended. Can you provide us your site url so we can take a closer look. It could be that some elements are covering your background. Try adding this in Theme Options > CSS

.site, .x-site {
   background-color:transparent !important;
}

Hope that helps

Thank you, for some reason when I made the page I was editing the front page, the background became the same as the overall theme.

Hi,

Not sure what you mean by background became the same as the overall theme.

If you would like the background to be page specific, please make sure to add it in Cornerstone > CSS and not in Theme Options > CSS

Can you provide us your site url so we can take a closer look.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.