I need to take the sidebar off of the 404 page and the search results page. I tried inserting some CSS into the Quick CSS styling box but that broke the site up. Is there something I need to remove in the 404 template? I included examples of a link to a 404 error and search results page. Thanks
Hey iveyeng,
Please try the following in Quick CSS under Enfold->General Styling:
.error404 .sidebar, .search .sidebar {
display:none !important;
}
Best regards,
Rikard
Thanks for the quick response! That took care of it. Thank you.