Hi all,
How can I turn off the content area for the home page, but keep the Right Sidebar?
Thanks in advance! :)
Hi all,
How can I turn off the content area for the home page, but keep the Right Sidebar?
Thanks in advance! :)
Hi,
Edit the actual page, look for "Choose a Page Layout", choose "No Content Area".. You can also use "Mini Content Area" to show a small box on the right side.
Regards,
Ismael
Hey Ismael,
What I'm actually looking to do is turn off the content area for the Home page, but KEEP the Sidebar area. When I turn off the content area for the Home page the Sidebar disappears as well.
Any ideas?
Hi evopanop,
Edit your homepage and set this:
Choose a Page Layout: Default Layout Big (Content + big title)
Do you want to display a sidebar?: Yes Display Right Sidebar
Update the Page. Then kindly add this code in your Quick CSS(inside Theme Options > Styling) or custom.css
.home .content .box {
display: none;
}
Hope this helps. :)
Regards,
Ismael
You must log in to post.