Change font for specific blocks

Posted in: Newspaper
Post count: 2

I have the Newspaper template, and I am editing the homepage with Visual Composer (backend editor, can’t seem to get the frontend editor to work, but that’s another story…)

I have created different blocks, but for some reason only some of them (block 7) will get the right font that I set up in the template’s custom typography. Block 6 and 10 won’t change from the default font, although I changed ALL of the fonts options in custom typography to “Georgia” to make sure I didn’t miss one.

I was thinking this could be fixed in the HTML editor, but that doesn’t seem to exist in wordpress anymore?

Please help!

Post count: 2

Oh, and I can’t change the font of widget titles either (such as “Archives” etc.)

Post count: 7909

Hi,

Unfortunately theme doesn’t have an option to change font for specific block. You can use Theme Panel > Custom Typography to change font for:
* blocks titles: http://screencast.com/t/GFRjxYhO0Ohttp://screencast.com/t/AYVYW0cZHy
* post title on block: http://screencast.com/t/rHpQsiJTQmt
* post excerpt: http://screencast.com/t/ewqUDB1l
If you refer to the content titles of Archives, this can be changed only with custom css: http://screencast.com/t/q4mql1ZFGW0x

.widget_archive ul li a {
font-family: Georgia;
}

Hope this helps!

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