Customising Header font

Posted in: Newspaper
Post count: 50

Hello,

is there a way to customize the header font? I haven’t found it, but maybe my search was not accurate. If not, I think it could be interesting to add it as a customization feature in the next theme releases.

Thanks,

Mario

Post count: 6600

Hi,

You can customize header font by customize the “Menu Font”/”Mega Mneu Font”/ sliders font or “Post and Page title font” from Theme Panel -> Custom Typography, like this: http://screencast.com/t/6IkJLdpe7

Thank you

Post count: 50

Maybe I’m missing something here, but in these settings there’s nothing about the header. I’ve been able to customize post title and content title, but not the header because I haven’t found it.

If I customize Menu, Mega menu, Post or Page fonts I get changes only there, not in the header. In other words, I need to change font and size of my site name

Thanks

Post count: 6600

Hi,

Unfortunately there is no setting for this feature, i belive you want to make changes to the logo text or to the tagline text, if so you can use this custom css to select them, use .td-logo-text to select logo text or use .td-tagline-text if you want to select the tagline text and add your chosen font family and font size.

Ex:

.td-tagline-text {
font-family: "Anonymous Pro" !important;
font-size: 25px !important;
}

Thank you

Post count: 50

Thank you!

Mario

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.