How do I customize font size ONLY for product pages?

:beating_heart: I’m trying to make my tab texts on here just a bit smaller, but ONLY for the product page, I have no idea how to code, also where in the world can I learn how to do this stuff without going to college?

I just want to learn how to code shopify themes just enough to personalize them.

Thankses you so much, Kirsten :heart_eyes:

shop: try-nellies-boutique.myshopify.com

password: lavishprintshop

@kirstenlc5 - add this css to the very end of your base.css file and check, adjust number as per the need

.product .accordion__title {font-size: 16px !important;}