Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
How can I change the font on the Vantage Headline? I don’t know yet the font that it needs changed to (I realize that would be helpful) but I would like to use a different font for both the headline and the tagline.
Hi Catherine
Thanks for running Vantage.
Try pasting the following under Appearance > Custom CSS and editing as required:
/* Headline Widget */ .widget_headline-widget h1 { font-family: Verdana, Geneva, sans-serif !important; font-size: 26px !important; font-weight: bold; text-transform: none; } .widget_headline-widget h3 { font-family: Verdana, Geneva, sans-serif !important; font-size: 14px !important; font-weight: 200; }