Show product category next to title
-
I am using “Show product category next to title” in the settings
Is there any code to block other categories, I just want it to show “author” below
product.not other category. thankx
and what is the element name of the category under product?i want change the colour.thankx
Hello,
Sorry but there is no option in Theme Settings to display the author as you required.
It requires customizations and this is beyond our limitations and support policy.
And for the color please provide with the URL of the website to check it myself and help you out accordingly.
Best Regards.
waht i mean is..can i change the “Show product category next to title” i want block some categories and just show only one categories? I just want it to show the categories“author” below
product.not other category.
iam selling the print so “author” is just one of my categorie
Hello,
We are glad that you managed to solve one of the issues yourself. You are Great!!!
And for the brand name try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .woodmart-product-brands-links a {
color: green;
}
Best Regards.