I have an h2 style that driving me crazy and I can’t locate the origin. I’m using Divi w/Avanti theme (ref. this pg: [https://wcoaccounting.com/residential-commercial-construction-accounting/](https://wcoaccounting.com/residential-commercial-construction-accounting/) and am using Appearance > Customize for custom styles. I want the body h2 (except for top, first h2 after h1) on desktop to be font-size:35px; However, there’s a rule somewhere:
h2 {font-family: ‘Playfair Display SC’, serif !important;font-size: 40px !important;} It’s not in Divi > style:css, Avanti theme style:css, or in custom styles.
I can’t find it set in Divi builder anywhere on this page but I’m sure it’s on other pages. Now, if I set a new rule in customizer: h2 {font-size:35px !important;} nothing happens. I don’t want to have to create custom classes for h2’s in page(s) body. Any ideas would be greatly appreciated.
[ad_2]
Use `body .et_pb_text_inner .h2 {font-size:35px !important;}`