How to change excerpt font size?

Posted in: Newspaper
Post count: 12

I’m having extreme difficulties navigating this crazy fonts panel and just can’t find out which one controls the excerpts on the main page.
In CSS I see some module 18:
https://www.dropbox.com/s/g8m5ekd78y37p3k/excerpt.JPG?dl=0

However, I only see Module 18 in Post Title section.
Please, help…

Post count: 23312

Hello eugqua,

If you want to change the font family for your excerpts for module 18, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area. Notice that the font should have to be loaded in your theme panel if you want to bring best results.

The code is ->

.td_module_18 .td-excerpt {
font-family: Arial;
}

Thanks for the message!

Post count: 12

Hello Catalin,

The font is correct.
I can’t change font size.

Which Font options item controls font size?

Post count: 20688

Hi,

There is an option to change the excerpt font properties in general, in Theme panel
https://www.screencast.com/t/4mrJDtJB
If you would like to change the font size for that particular module could simply do it like this
https://www.screencast.com/t/koAxe8yxIjor
https://www.screencast.com/t/Lc2FuKXc5ph
Using a code like the one provided below, that must be entered in Theme panel->Custom Css section

.td_module_18 .td-excerpt {
font-size: 20px;
}

Thanks

Post count: 12

Hello Simon,

Yes, I did change that in Font panel but it doesn’t work. No matter the size selected it remains the same.
The CSS you’ve sent me does work.

This is quite annoying (as is font control in general with this theme).

Anyway, thanx for solution with CSS code.

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