Change Product Title Color in Products Grid
-
Hello,
How can I cahnge the title color of products only in a certain Products Grid, but not the others? Please see attached screenshot, I need to make the product titles in this product grid white.
Thank you,
Hello,
Thank you for the question.
You can add an extra CSS class for the row containing this products element. For example, add row-with-special-products
. After that, add the following CSS snippet to the Custom CSS area in Theme Settings
.row-with-special-products .product-title a {
color: #ffffff!important;
}
Regards
The topic ‘Change Product Title Color in Products Grid’ is closed to new replies.