Reduce font size

Posted in: Newspaper
Post count: 186

Plz how do i reduce the title font size and also the exceprt font size on the home page, also to make them uniform

Post count: 23312

Hello

If you want to change the font size for your excerpts and titles, you have to use a bit of CSS code. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-module-title a, .td-excerpt{
font-size:15px;
}

The result you should see here -> http://screencast.com/t/IrjMWknn6vCo

Thank you for the message!

Post count: 186

Good i have got it, but i want the font and excerpt of the slider to remain big enough different from the rest of the sites, how do i increase only that one

Post count: 23312

Hello willysawa,

If you want to have a different font and excerpt for your slider to the rest of the site you have to target a specific class for your slider and then put the desired conditions.

The example code for Slider is ->

.td_block_slide .td-module-title a, .td_block_slide .td-excerpt{
font-size:15px;
}

Hope this helps!

If is not what you mean, please provide more details about what exactly you want to achieve.

Thanks.

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