Preventing the categories under the products on the Home Page from appearing
-
Hi,
I don’t want the categories section to appear under the products on the home page of my site. Because some of my products have multiple categories and my homepage looks awful. I would be glad if you can help with this.
Thank you.
https://prnt.sc/K20dm9Ooft_U
(I don’t want the area that I put in the red box to show.)
Attachments:
You must be
logged in to view attached files.
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
I’m glad we managed to sort this out.
Always remember that you can reach out to us with any questions you may have.
We wish you a splendid day!
Kind Regards
The topic ‘Preventing the categories under the products on the Home Page from appearing’ is closed to new replies.