The headings for all policy pages (privacy, refund, terms of service etc) are all huge and not sure how to reduce. We would like them at H3 size. Tried changing this through the code but it changed all headings that are H2. Help.
Thanks!
Please add the following CSS code to your assets/theme.css bottom of the file.
.shopify-policy__title {font-size: 1rem !important;}
Thanks!