Hi. I would like to change the font which appears in the Special Headings at the top of every page to the same font as I have for the logo. Sorry, forget what it’s called.
Thanks, Mark.
http://www.thegreatoceanwalk.com
Hey Mark,
The logo is an image so it’s hard to say what font it is. if you know what font it is you can add custom fonts to WordPress and change the heading style using css.
Please refer to this link https://www.fontsquirrel.com/tools/webfont-generator and https://premium.wpmudev.org/blog/custom-fonts-css/
Best regards,
Vinay
Thanks Vinay. It’s finger paint and I would like to use that font ONLY for the Special Headings ( H6 ) at the top of every page. How do I do that?
Thanks.
Hi,
I’m guessing this is the font you are referring to? https://www.fontsquirrel.com/fonts/finger-paint. If you follow the links Vinay sent you will be able to install the font on your site. You can then use something similar to this in Quick CSS:
h6 {
font-family: 'fingerpaint' !important;
}
Best regards,
Rikard