Tagged: sidebar, woocommerce
- This topic has 1 reply, 2 voices, and was last updated 2 years, 10 months ago by
Skandha.
-
AuthorPosts
-
February 22, 2022 at 12:32 am #300252
daftcyborg
ParticipantHi,
I need to remove the sidebar from Woocommerce product pages and anything part of the checkout flow as part of my installation of the Simple Catch theme. The only place I want the side bar (which contains a sampling of blog posts and archives) is on the Home Page. So far the simplest thing I did was add some CSS but it doesn’t work, here is the code I added:
.woocommerce-page #content .single_wrap {
float: none;
width: 100%;
}.woocommerce-page #sidebar {
display: none;
}Any ideas what I should do to remove the sidebar from the Woocommerce product page? Any help appreciated.
By the way, we really like this theme and are likely to purchase it if we can get it to work with Woocommerce.
All the best,
Dan
February 22, 2022 at 12:47 am #300289Skandha
Participant@daftcyborg: Hello Dan,
Can you please post your site URL so that I can look into the issue?
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘How to remove sidebar on Woocommerce product pages?’ is closed to new replies.