Excerpt Font Size

Posted in: Newspaper
Post count: 1

Hello,

Please accept my apologies in advance if this has been covered… but I couldn’t find an answer searching across the topics.

I basically want to change the font size of the excerpts on my site (filmcrack.com), the idea that some excerpt text will be different sizes depending on the size of the block I have used. So I need to know how to change font size per section if you know what I mean.

Please note: whole site is made from the Grid Builder, no preset blocks or grids have been used.

As stated in the previous posts, i have gone to theme panel > theme fonts > excerpts > size, but nothing changes the size of the excerpt text after hitting “save settings”.

I’m severely lacking in CSS and/or coding when it comes to websites, which is why I bought this theme! So an “idiots guide to changing excerpt font size” would be hugely appreciated!

Thanks!

Post count: 20688

Hi,

The default excerpt feature works only for the predefined modules in the theme. Since none of those modules are used in the page, those options will not have any effect. However I have managed to find a way you could change the font size value on the text you require. Please try the code provided below and see if it is working properly for you.
You can make the font smaller – https://www.screencast.com/t/09mq7dFTZ9iz
Or make it bigger – https://www.screencast.com/t/pURDHdXNyp
You just need to set the font size that you would like to use. The code must be entered in Theme panel->Custom Css

.vc_gitem-post-data-source-post_excerpt p {
font-size: 10px;
}

Thanks

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