Home Forums WoodMart support forum Change Font Colour For Woocommerce Elements Reply To: Change Font Colour For Woocommerce Elements

#183730

Hello,

I have revisited your website to change the color of the recently viewed products. You need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.product_list_widget .product-title {
color: green !important;
}

You can change the color according to your needs.

Best Regards.