Site logo

Archived topic

WooCommerce Product Titles Colour Change

3 replies · Started by _blank on September 2, 2020

Viewing posts 1–4 of 4

Hi

Is it possible to make WooCommerce Product Titles red #9c1030 when we are at "product-category" level please see url below.

Thanks
Scott

Hi there,

try this CSS - it will only affect the H2 in the product titles:

.tax-product_cat.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2 {
    color: #9c1030;
}

Hi David,

Thats worked thanks.
Scott

You're welcome

This archived topic is closed to new replies.