Font type – header style 10

Posted in: Newsmag
Post count: 115

Where can I change the font-type for text-logo in header style 10?

Post count: 23312

Hello Frydenborg,

Unfortunately, our theme does not have any such an option that allows you to change the font for Logo text from the theme panel, sorry! If you want to change it you should use a bit of CSS code to load the new font for this section. For example, you can use the code below and place it in Theme panel->Custom CSS area:

.td-logo-text, .td-tagline-text {
font-family: ABeeZee;
}

Also, notice that the ABeeZee font should have to be loaded in your theme from the panel if you want that the code to be applied.

Thanks for the message!

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