[ad_1]
Hi there β this is a WooCommerce issue, as the styles for those elements is coming from WooCommerce, not the theme. I will still try to help you here, as a courtesy. π
To make the product information white on your Shop page linked above, you can try adding this custom CSS in the CSS editor, under Appearance > Customize > Additional CSS:
/* WooCommerce produt info */
ul.products li.product .price,
ul.products li.product .star-rating,
ul.products li.product .woocommerce-loop-product__title {
color: #ffffff;
}Let me know how it goes!
Hi Kathryn
it worked perfect, thank you so much, saved me
kind regards
mike
Glad to hear it! Iβll mark this as resolved.
