Smart List Font Size

Posted in: Newsmag
Post count: 15

Hello,

How can I change the font size for the smart lists? I couldn’t find an option for that.

Thanks,
Florian

Post count: 7909

Hi,

Fonts for smart list can be changed like fonts for post content from Theme Panel > Theme Fonts > Post Content: http://screencast.com/t/rGAzzMma
Result: http://screencast.com/t/39tZYusE

Also if you don’t want to use post content fonts, you can use custom css to change it: http://screencast.com/t/eKJaGmfUWpMp

.td-sml1-description p{
font-family: Ubuntu !important;
font-size: 9px;
}

Thanks!

Post count: 15

Hi,

Thanks, but I don’t want to have another font style for the smart list. I want that the smart list font size is the same than the post font size. Because it is not now. Smart list font size is smaller than normal text font size… I have set post content size to 16px but that don’t work for the smart list text.

Do I have to do that with CSS?

Thanks

Post count: 7909

Hi,

Smartlist 2 and 4 were designed to use font size 12px, so you will need to use custom css for them. Sorry for inconveniece!

For Smartlist 2 use this css: http://screencast.com/t/wjC1qAmOnC

.td_smart_list_2 .td-sml2-description p{
font-size: 16px;
} 

For Smartlist 4 use this css: http://screencast.com/t/GVIs51hNybV

.td_smart_list_4 .td-sml4-description p{
font-size: 16px;
}

Smartlists 1 and 3 use post content size:

http://screencast.com/t/3RYfrX4e
http://screencast.com/t/e1RM35nrxd

Thanks!

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