Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Changing h3 tag with CSS Reply To: Changing h3 tag with CSS

#278385
Beverleyh
Participant

Maybe you need a higher specificity on the element selectors you’re using? Could be as simple as h3.hmpg-h3

Check in the developer toolbar (F12) for anything else that could be overriding it with greater specificity, and then make yours more specific.