How do I change font size and color in shop page displaying categories?

As you can see in the screenshot, the font size is way huge. I’d also like to remove the tacky yellow font background color on the numbers. I am using a child theme. Please go the length and spell it out for me. (I’m still learning :slight_smile: )

https://thewisdomofthepenis.com/store/

I am using a child theme and the integrity stack

Hello @wotpadmin,

Thanks for asking. :slight_smile:

Please add following CSS under Pro > Launch > Theme Options > CSS to change WooCommerce category font size and background color:

h2.woocommerce-loop-category__title {font-size: 1.4em;}

.woocommerce li.product mark.count {background-color: transparent !important;}

Thanks.

1 Like

Boom! 1 shot kill! PERFECT.

Glad it works, cheers!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.