Tagged: Product, woocommerce
IS it possible to change all product titles into CAPS at once?
Hey studioinktvis,
WE could write some css to do that, but we’ll need a url to your shop.
Best regards,
Mike
OR do you mean this one ?!
Hi,
To match the classes to your site, not every site is the same :)
Try this code in the General Styling > Quick CSS field:
h2.woocommerce-loop-product__title {text-transform: uppercase!important; }
Best regards,
Mike
Hi Mike,
That did not work for this url
http://www.studioinktvis.com/product-categorie
Hi,
That URL says:
Niets Gevonden
Sorry, de post waarnaar u opzoek bent is niet beschikbaar. Misschien wilt u gebruik maken van de zoekfunctie?
Best regards,
Mike
Oeps sorry I mean this one:
Hi,
Odd, Can you please include a admin login in the private content area so we can take a closer look.
Best regards,
Mike
Hi Mike
Hi,
I added the code to your child theme css, and cleared cache, it’s now working. Please clear your cache: [http://www.refreshyourcache.com/en/home/] and check :)
Best regards,
Mike
yes it work great!
Thanks!