Product Link Text Color

Hi,

I am trying to change the color of the product text link (in red) to the color of the price, I have tried almost everything without success. Please can I ask do you know how to change the text color..? (see pic for example)

Many thanks

Jon.

text.png

Hello

Please try change in file design/themes/responsive/css/tygh/mixins.less

style

.product-title-color

Best regards

Robert

If you need this for the grid only, please add the following code to the CSS section of the Theme editor

.ty-grid-list__item-name .product-title {
    color: #000;
}