This topic has 6 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
helo how do i change the color of this side bar widget, without changing the color that runs through the site:
many thanks!
Hello,
Please try to add following code into custom.css file
.product_list_widget .media-heading a{
color:red;
}
Regards,
Robert Hall.
that code didnt work!
is there anything else i can try please?
Hello,
Please try to add !important to the code:
.product_list_widget .media-heading a {
color: red !important;
}
Thank you.
Regards,
Eva Kemp.
That worked! Thank you!
Hello,
You’re welcome.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up