Home Forums WoodMart support forum Sidebar at category and product hover Reply To: Sidebar at category and product hover

#29104

Artem Temos
Keymaster

Hello,

We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

1. If you want to hide the sidebar on product categories pages only add this code snippet to the custom CSS in Theme Settings

.tax-product_cat .area-sidebar-shop {
	display:none;
}

.tax-product_cat .site-content {
	width: 100%;
	left:0;
}

2. Sorry, but we can’t do this with our base hover for products. It should display the information firstly.

3. We tested your website but didn’t notice any lags on the products categories section.

Kind Regards
Xtemos