I'm trying to change the font-family of h3 tags, which I use as sub-titles on my pages, but I don't find a proper field in the ATO menu for it. I tried to write
Code:
h3 { font-family: Georgia, "Times New Roman", serif !important; }
Can you help with this? I could of course change the font-family manually at each sub-title, but I want to spare myself from the unnecessary work.
Thanks!