Hi,
I would like to change the size of the category text seen here https://kingdomwaves.com/contactandbook/.
I have tried adding this to css as I have seen it answered in support already but im afraid it did not work for me.
thanks!
Hi,
To change the size of the title, you can add this in Theme Options > CSS
.archive.woocommerce .product-category h2.titre2 {
font-size:25px;
}
Change 25px to adjust.


