I’m using woo commerce with a child theme, and my product titles are in all caps, how can I change that?
Hi flowerjovia,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
h2.woocommerce-loop-product__title { text-transform: none !important; }
Best regards,
Sarah