How to hide category names on Portfolio cards
-
Hello, how do I hide the category names on the Portfolio card, and also hide the share and image zoom buttons?
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.
/* Hide portfolio category names */
.wd-project .proj-cats-list {
display: none;
}
.wd-portfolio-btns,
.wd-share-icon,
.wd-enlarge-icon {
display: none !important;
}
Best Regards,