How to Change Font Size of Listing after Trending Now

Posted in: Newspaper
Post count: 24

Dear sir, i have regarding a font size. Please check my url. http://www.livingindianews.co.in/ and guide me how to change Font Size of Title above image in Listing after Treanding Now(Breaking News)

Post count: 23312

Hello bidhi,

If you want to change the font size for your Trending Now feature, you should use a bit of CSS code and place it in Theme panel->Custom CSS area.

The code is ->

.td_block_trending_now .entry-title a {
font-size: 20px;
}

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

Thanks for the message!

Post count: 24

Dear sir i have to change title above image i.e. With note ban PM Modi is ruining the Indian farmer, says Sitaram Yechury in Rajya Sabha Font size

Post count: 22421

Hello,

Try this code instead:
.td_block_big_grid_7.main_listing h3.entry-title a{
font-size: 13px!important;
}
Add the code in the theme panel->custom css box

Thank you!

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