Home › Forums › WoodMart support forum › Preventing the categories under the products on the Home Page from appearing › Reply To: Preventing the categories under the products on the Home Page from appearing
July 1, 2022 at 11:25 am
#387749
Luke Nielsen
Keymaster
Hello,
We appreciate your message!
With the help of the below code, you can hide the categories. Please, enter it into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.
.product-grid-item .wd-product-cats {
display: none;
}
Let me know if you have any questions or concerns.
Kind Regards