Hello. I'm having trouble changing the text color in the "Product Add to Cart" widget in Elementor. (Image attached: COLOR 1) as the background color is dark green and the text which I want to be visible is appearing in black color - which makes it unreadable. (Image attached: COLOR 2). Can you please tell me where I can change the color of this text to white? Thank you and best regards.
Hi, the color for this text is taken automatically from the color set for "Body" typography in Theme Options. If you would like to change this color, please use the following custom css in Theme Options - Custom CSS:
body .thegem-te-product-add-to-cart .reset_variations { color: #000000; } body .thegem-te-product-add-to-cart .woocommerce-variation-description { color: #000000; }
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Hello. I'm having trouble changing the text color in the "Product Add to Cart" widget in Elementor. (Image attached: COLOR 1) as the background color is dark green and the text which I want to be visible is appearing in black color - which makes it unreadable. (Image attached: COLOR 2). Can you please tell me where I can change the color of this text to white? Thank you and best regards.
Attached files: COR 01.JPG
COR 2.JPG
Hi, the color for this text is taken automatically from the color set for "Body" typography in Theme Options. If you would like to change this color, please use the following custom css in Theme Options - Custom CSS:
body .thegem-te-product-add-to-cart .reset_variations {
color: #000000;
}
body .thegem-te-product-add-to-cart .woocommerce-variation-description {
color: #000000;
}
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
SOLVED. Thank You!
You are welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver