Hi,
At the moment there is no setting to allow font customization of the logo. That would be possible with code only
– https://forum.tagdiv.com/topic/how-to-change-the-font-in-the-header-please/
– https://forum.tagdiv.com/topic/header-style-10-not-responsive/
– https://forum.tagdiv.com/topic/how-to-set-text-logo-and-text-logo-tagline-font-and-size/
Sorry for any inconvenience this might have caused for you.
Thanks
Simion – and what about popular categories (.td_block_popular_categories li a) – to change css for that block, we also need to put css code in custom css – but thats not good, because when page is loaded it first render default font and after that render cuustom css …
I think that box css also must be configured via THEME PANEL font settings.
What u think ?
-
This reply was modified 8 years by
mdz.
Hi,
The popular categories element font properties can be customized in the theme panel. There is a setting for the default widgets here
– https://www.screencast.com/t/LRyQ2j8EG
Thanks
I found a way to change the font of the logo text.
I choose the font I want to use in the theme panel for an element that I don’t use and won’t show up on the website (example for me : the top submenu in the header).
Then, the font is loaded on every page and I can use it for the text logo by adding css in “custom code” tab.
For me it looks like
.td-logo-text-container .td-logo-text
{
font-family:Allura, cursive;
}
Hope it will help.