HomePage › Forums › Themeforest › Piizalian – Fast Food Restaurant WooCommerce Theme › Product color question › Reply To: Product color question
July 21, 2021 at 10:09 pm
#3200
Hi,
Each product will have a product ID attached to the class in the tag li.
You can combine this product class id to style your own color for each product
View demo at: https://prnt.sc/1dz6iou
li.product.type-product.post-317 h2.woocommerce-loop-product__title a {
color: #92920f;
}