I want to change the size and color of product category in the single product page. Please guide me the process to accomplish this task.
Best Regards,
This topic has 3 replies, 2 voices, and was last updated 5 years, 1 months ago ago by Dox
I want to change the size and color of product category in the single product page. Please guide me the process to accomplish this task.
Best Regards,
Hello,
Use the next custom CSS code:
.single-product .product_meta .products-page-cats a {
color: #276a9c;
font-size: 14px;
}
Regards
Ir worked. Thanks
The issue related to '‘change size and color of product category in single product page’' has been successfully resolved, and the topic is now closed for further responses