Hey,
Try adding this to your custom css box in Theme Options > Advanced Settings:
div.product form.cart .variations td.product_value {
color: #999;
}
Is that what you mean?
Hannah
Yes, it’s one of two questions. I can change the color of the font now. Thank you for help! And can I change the color of the button too?
Which button? Can you post a link?
Hannah
Do you mean the add to cart button? This css should work:
.product .kad_add_to_cart {
background: #333;
}
Hannah
Gotcha. This css should work:
div.product form.cart .variations td.product_value {
color: #999;
}
Hannah
Sorry, maybe I badly describe my problem. Yes this CSS works, but with the font. It’s great! And it’s one of two things I need. I already make change font color to orange, as you can see here
http://e2online.ru/wp-content/uploads/2015/11/2015-11-25_021951.png
And can I change the button color (area around button name)?
For example like this http://e2online.ru/wp-content/uploads/2015/11/2015-11-25_021951-.png
Sorry! Ok, I think this will work:
span.customSelect.kad-select {
background: #333;
}
I apologize for not understanding.
Hannah
Yes, this is exactly what I need! Works fine. Thank you very much!
No need to apologize. Kadence Theme Support is the best I’ve ever seen.