Lists font settings missing for Pages

Posted in: Newspaper
Post count: 9

Hi,

Please add “Lists” font settings for “Pages” in the theme fonts (theme panel) like you added the setting for “Posts” in the last update. For now, I have to add manually custom CSS to change font and font size of list in “Pages”.

Post count: 7909

Hi,

For pages the content is especially designed to be used pagebuilder(Visual Composer) and add elements(blocks) there and you can set fonts for these in Theme Panel > Theme Fonts – http://screencast.com/t/x27edUpp
If you add text content to your page it should work this option to change the fonts – http://screencast.com/t/OjjRdhlgD as you can see – http://screencast.com/t/W28c0WjVShttp://screencast.com/t/VBgVSvxfehttp://screencast.com/t/WkqD28nwA
If you use text block on your page the font family can be changed for body and it will be applied also on text block content, unfortunately for font size, style you will have to use custom css as there is not option in Theme Panel – http://screencast.com/t/ol5bsfw7vd25 or change to html editor and add inline css – http://screencast.com/t/xos8wa1J2Iw9

Hope this helps!

Post count: 9

I am already using “Visual Composer” blocks on my page and I have adjusted the font settings through “Theme panel > Theme Fonts > Pages”. But the problem is “li” tags font is not changed with that. Recently you have added the “li” font options for Posts, so I was thinking you should add that option for Pages too.

Post count: 7909

Hi,

Unfortunately there is not option for list font on pages, you will have to use custom css for list from text blocks – http://screencast.com/t/o565UlyNsHe

.wpb_text_column li {
font-size: 18px;
line-height: 20px;
}

I have added this on our list so if more users will ask for it we will try to find a solution in a future update, it was added this option for post because the text content/list is used more often there.

Thanks!

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