need to replace color font on title "Featured Products" as well as product list on widget area to black
please help....
need to replace color font on title "Featured Products" as well as product list on widget area to black
please help....
Hi hdvg00,
Try to add this code in your Quick CSS (located in Replete > Theme Options > Styling) or custom.css(located in wp-content/themes/replete/css):
.dynamic-heading {
color: red !important; /*Changes the color of the Dynamic Heading like Featured Products*/
}
.product-categories li a {
color: black !important; /*Changes the color of product categories widget list */
}
just adjust the color value.
Regards,
Ismael
Thanks a lot it work.
very appreciate!!!
Hi hdvg00,
Glad that we could help. :)
Cheers,
Ismael
You must log in to post.