Font size on Big Grid Full 10

Posted in: Newspaper
Post count: 30

I’m changing font sizes in the Theme Fonts section of the Theme panel. I can’t seem to isolate the headline font sizes for Big Grid Full 10. Even if I change all font sizes for “Big Grid – Tiny Img” , “Big Grid – Medium Img”, “Big Grid – Big Img” — I don’t see the article font sizes change on Big Grid Full 10. I do see them change on Big Grid 2.

Where can I change the font size for Article Titles in Big Grid Full 10 thumbs?

Post count: 22421

Hello,

Sorry but the new full grids do not yet have fonts setting for them. We will add them in future versions but for now you can only use css.
Here are the 2 codes for the 2 module types. The small ones and the big one in the middle:
.td_block_big_grid_fl_10 .td_module_mx25 .entry-title{
font-size:15px;
}
.td_block_big_grid_fl_10 .td_module_mx19 .entry-title{
font-size:20px;
}

You can add the code in the theme panel->advanced css and add different sizes for each device

Thanks.

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