Hi at our page https://infomeddnews.com the font size (not the heading) is too small. How can we make it larger? Is there a CSS code we need and if so, can you please provide it, or is there some other way to make it larger. Thank you! : )
Hi,
There is an option to customize the general module excerpt size in the theme panel
– https://www.screencast.com/t/4tKzW67YRuxl
On the homepage besides the theme excerpts there seem to be a different excerpt text as well. That text seems to inherit the body font and properties
– https://www.screencast.com/t/4tKzW67YRuxl
If you want to change it as well you could do it with a code like this, so you will not have to modify the whole body font
– https://www.screencast.com/t/eOjt4xyP
.fpw-excerpt p{
font-size: 18px;
line-height: 25px;
}
Thanks
Hello – I’m using the EXCERPT setting as documented here (https://www.screencast.com/t/4tKzW67YRuxl) but it looks like something is over-writing that setting? I’ve got no custom CSS added but nothing I do seems to affect the Excerpt text CSS.
CSS settings: https://d.pr/i/KoHfkG
Thx!
Hi,
@temporary_saint Please provide a link top your website where the issue is happening, we will inspect it. Maybe we can identify why the theme panel setting is not applying.
Thanks
Hello – here is the link to my site.
https://americanwatercolor.net
I’m trying to set the Excerpt font size to 16px (and 26 line height) but it doesn’t appear to be taking… I’ve cleared the cache a few times as well…
Thx!
Hi,
It seems the theme panel font properties are not applying to that specific module and block, I will add this on our list and we shall fix it.
In the meantime you could use a code like this to customize the excerpt for that particular module
– https://www.screencast.com/t/oNLczktUj
.td_block_13 .td_module_14 .td-excerpt {
font-size: 16px;
line-height: 26px;
}
Sorry for this inconvenience.
Thanks
