This topic has 6 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Jack Richardson
I am editing the CSS with Microthemer and cannot change the color of the Product Title….I can change the Font but not the color…can you give me the CSS to add or target to change this please.
The CSS I have targeting to try and change is div.product-title.
I want to be able to change the Hover etc states too…
See it on the Web-site page in the details.
Thanks.
Hello,
You didn’t write the page url.
Please resend it.
Thank you.
Best regards,
Jack Richardson.
Hello,
Try to use this code in Theme Options > Custom CSS > Global Custom CSS:
.product-title a {
color: #000 !important;
}
Best regards,
Jack Richardson.
Thanks for that…..but is there a universal CSS Title because look at the products on the bottom of the page …they stay the same colour and don’t change to black???
Hello,
Please use this css code too:
.product_list_widget .media-heading a {
color: #000 !important;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up