Hi @hellafer
You can remove the sidebar from any page by setting it to use the Full Width template. To do this just edit the page you’d like to make full width and select “Full Width” from the Template dropdown which is located on the right hand side of the edit page.
To hide the footer widgets you’ll need to install SiteOrigin’s free Custom CSS plugin which will allow you to add custom CSS to the theme.
https://wordpress.org/plugins/so-css/
Once you’ve done that go to Appearance > Customs CSS.
This will show you a screen with a text editor containing any custom CSS you have implemented, so it will be blank to begin with.
The CSS you should put in there is:
.site-footer-widgets {
display: none;
}
Hope this helps!
yes it helps .
thank you too much!!
do you know how can i select also full width view for the ‘results’ page ?
When you do ‘search’ it directs you on a page that it has sidebar on it.
thank you in advance.
the theme is too good!
Hello,
I would like to remove the sidebar from the blog posts that are sticky on the home page. How do i go about doing that?
Should i try it using Custom CSS?