How to Change Font Size

Posted in: Newspaper
Post count: 8

Dear Support team,

How to change font size.

Please custom css code.

Post count: 23312

Hello jyoti,

If you want to change the font style of these sections, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-pulldown-syle-default a{
font-size:20px!important;
}
.td-excerpt{
font-size:15px!important;
}
.td-module-title a{
font-size:20px!important;
}

The result is here -> https://www.screencast.com/t/SweZSTML

Thanks for your understanding!

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