Meta info font & size

Posted in: Newspaper
Post count: 28

Hi,

Could someone confirm the best way to set the meta-info font used/ size and color underneath the blocks to show date / author & size by css as can’t seem to find where to set it.

It’s current seems to be set to Ubuntu – 12px

meta

Thanks

Post count: 388

The class you want is .meta-info. Target more specifically using .home, .post, .category, etc, or within .td_block-wrap or .td_mod_wrap, and so forth.

Post count: 6600

Hi,

Thanks TheMediumUTM!

@craigmc

More exactly you could use this custom css to change the font family/size/color/weight.. and so on for all modules: http://screencast.com/t/dglLLI7O2JM

.td_mod_wrap .meta-info {
font-family: 'Sacramento', sans-serif;
color: #E62222;
font-size: 20px;
font-weight: bold;
}

Thanks

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