hide the second category under the title
-
Hi, can I hide only the second category under the title?
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
In order to hide the second category, please enter the below code into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.product-grid-item .wd-product-cats {
font-size: 0;
}
.product-grid-item .wd-product-cats a:not(:first-child) {
display: none;
}
.product-grid-item .wd-product-cats a:first-child {
font-size: var(--wd-text-font-size);
}
If you ever need to reach out to me, please do not hesitate to do so.
Kind Regards
Hello,
We are glad that we managed to resolve your issue, your satisfaction with our service does matter to us.
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 ‘hide the second category under the title’ is closed to new replies.