Home Forums WoodMart support forum Sidebar problem Reply To: Sidebar problem

#31380

Artem Temos
Keymaster

Hello,

We will consider adding such styling options and bottom menu for mobile devices in the future.

SKU can be hidden with the following CSS code

.sku_wrapper {
	display: none!important;
}

Regards