Home › Forums › WoodMart support forum › How to hid category title and categories without hiding category images › Reply To: How to hid category title and categories without hiding category images
August 8, 2018 at 7:06 pm
#71810
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings
.nav-shop {
opacity: 0;
visibility: hidden;
}
Regards