Viewing 6 reply threads
You must be logged in to reply to this topic.
Hi!
i would like to known if its possible to dont show the sidebar on the single products?
regards
Hello,
Can i see a link where are you having this? What shopping plugin are you using?
Best regards!
Hi!
the link: herculesediciones.com/web
the plugin is woocommerce
thanks
Hello,
Please go to Appearance > Widgets and find the woocommerce side bar. Remove all widgets from it.
Best regards!
hi!
sorry, i think you didnt understand me …
i would like to remove the sidebar in single product page … full width single product page
regards
Hello,
In that case, add this code into your custom css box:
.single-product .fullwidth .span9 {
width: 100%;
}
Best regards!
You must be logged in to reply to this topic.