i need to change the gray color to this hex code please: 3C2F2F
This topic has 6 replies, 2 voices, and was last updated 4 years ago ago by Alper_D
i need to change the gray color to this hex code please: 3C2F2F
Hi
You can change the color by adding a small css code in Additional CSS going to Dashboard > Appearance > Customize > Additional CSS
.single-product .variations select {
color: #3C2F2F;
}
thank you very much. but i need similar code for attributions too.
here is the picture.
Hi
Thank you so much for your kind words.
As for other color change is concerned kindly add the following mentioned CSS rule at the same location.
.single-product .tab-content-scroll th.woocommerce-product-attributes-item__label {
color: #3C2F2F;
}
Thank you very much.
if you are planning a new update, attributions, filters, tags or variations text colors should be change by user. i hope 8theme add this option to theme.
have a nice day.
The issue related to '‘some text color on product details page’' has been successfully resolved, and the topic is now closed for further responses