How to change the font in the Header please

Posted in: Newspaper
Post count: 7

Hi, I am trying to change the header font for my blog https://www.gutsygalgazette.com

Can you help please?

Thanks
Irene

Post count: 23312

Hello technouk,

You should try using the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-logo-text-container .td-logo-text{
font-family:Arial!important;
}
.td-tagline-text{
font-family:Arial!important;
}

NOTE: The font should have to be loaded in your theme before using it to your custom CSS code.

Hope this helps!

Thanks for the message!

Post count: 7

Hi Catalin,

Thanks for speedy reply.

I changed my header font to Arial.

Is there any way I can reduce the size of the font to make it smaller?

Thanks again
Irene

Post count: 23312

Hello technouk,

Try using the font-size CSS property and add it to your custom code if you want to achieve these changes. For more information about this CSS rule, please check here -> https://www.w3schools.com/cssref/pr_font_font-size.asp

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.