Hi,
How can I change the font-family for Heading balise (H1, H2, etc.)?
But I want to keep the style font family of flashlight 'arvo" for thr menu and the Title of the pages.
Thank you for your response.
Hi,
How can I change the font-family for Heading balise (H1, H2, etc.)?
But I want to keep the style font family of flashlight 'arvo" for thr menu and the Title of the pages.
Thank you for your response.
Hi,
I am showing that your site uses 95% Helvetica and 5% Georgia.
Balise? Is that a font name?
if you want to set all instances of h1 to be of a certain font family you can just add the code below to your custom.css file:
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-family:verdana,helvetica,arial,sans-serif;
}
Since I am not sure which tags you are refering to specifically in the theme , this is as specific as I can get.
Thanks,
Nick
This topic has been closed to new replies.