Tagged: woocommerce
I would like to have the sidebar on the single item page of the woocommerce products removed and center the descriptions below the images. Is this possible? I did search and found only this code to add but it did not work (at least it did not appear to)
.single-product .sidebar {
display: none !important;
}
Hey!
Open up wp-contentthemesenfoldconfig-woocommerceconfig.php and delete following code
//get the sidebar
if(!is_singular())
get_sidebar();
Regards,
Peter
Hi,
You can get rid of the sidebar on the product pages by going to Appearance > Widgets and removing everything from the sidebar called ‘Everywhere’ since it automatically adds a sidebar… Everywhere.
OR
Another way to do it would be to Change the default theme setting in Enfold > (Theme Options) > Sidebars to look like this http://featherfiles.aviary.com/2013-08-14/null/930e73edc5d848088bcf4f207d7cd80a.png and then simply add back the sidebars to the Blog Posts manually yourself.
Thanks,
Nick