Custom font not work in text block

Posted in: Newspaper
Post count: 19

In a page I’ve added a text block in a row (visual composer–> add element –> text block) and i’ve typed:
<h1>Hello!</h1>

Than in Theme Font –> page, I’ve modified the H1 font.

After clearing all the cache nothing happen. The font is still the default.

What’s wrong?

Post count: 23312

Hello Dariob,

Please try to change the template to be the pagebuilder+page title and the H1 tag will be affected by the fonts from Theme fonts. I have tested on my side and seems to work as expected.

Thank you for the message!

Post count: 19

Yes, it works.
But I don’t want to show title in that page. How can I do?

Post count: 23312

Hello Dariob,

If you do not want to show the title of that page, you should try to use a bit of CSS code to hide it. Please try the code below and add it in Theme panel->Custom CSS Area.

The code is ->

.td-page-title {
display:none;
}

Thank you for the message!

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