Change font colour of variables
-
Hello,
Can you tell me how I darken the text colour for product variables which appears in the slide out cart and on the cart page? I have adjusted all font colours in Typography, but this text is not covered in that.
Please check image attached so you undertsand. Thank you
Attachments:
You must be
logged in to view attached files.
Hello,
Please insert the site admin access into the Private content below the message area.
Best Regards
Hello. Credentials in private area. This is a staging website, so kindly please tell me what you do so I can make update on live site.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.cart-info .variation li span {
color:red;
}
Please set the color as per your needs.
Best Regards