Tagged: custom.css, H1, h2, text size
Hi,
I would like my H1 font size to be the same size as the H2 font size. I think I can make this change site wide by adding an entry to the Quick CSS field in the Enfold setting under the WordPress Admin. Is that correct?
Can you tell me what CSS to add the make the H1 text size the same as the default H2 text size?
Thanks,
DSM.
Hi dsmcpherson!
Please paste this in your Quick CSS or use the same values in Enfold–>Advanced Styling–>H2
h2 {
font-size: 34px !important;
line-height: 1.1em !important;
margin-bottom: 14px !important;
}
Regards,
Rikard
Thanks!