Tagged: blog titles
Hi guys!
How can I change the font for my blog titles? I’d like it to be the same as the titles throughout my site…for some reason the Blog titles are the wrong font… how can I change this?
I’d like the Blog titles to be a touch bigger too.
Thanks in advance :)
Hi Courtney!
Change this code in Quick CSS:
h1,h2,h3,h4,h5,h6{
font-family: 'Gotham SSm A', 'Gotham SSm B' !important;}
To:
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
font-family: 'Gotham SSm A', 'Gotham SSm B' !important;
}
Cheers!
Josue
Fabulous! I’ll give it a try :)
Hope it does the trick :)
LOOKS GREAT :)