Home › Forums › WoodMart support forum › Sidebar problem › Reply To: Sidebar problem
January 3, 2018 at 10:32 am
#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