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