Skip to main content

Hello Trailblazers,

 

I know it is possible to make the text uppercase, lowercase etc. However, I can't seem to find away to actually increase the size of the actual font in builder. If I am using Montserrat font for example is it possible to sent the font size as 16 or 18 or whatever. It looks a bit small even in uppercase.

 

Is it possible?

Can anyone share a simple CSS hack that get the required outcome?

 

I have included a screenshot of the featured topic thumbnail to clarify what I mean.

 

Thanks Trailblazers

15 answers
  1. Nov 2, 2022, 3:05 PM

    I just checked and it does look like you will need the !important in there.

     

    .forceTopicFeaturedTopicItem.topicItem {padding:8px !important;}

    So in this case just change that 8 to whatever you want.

0/9000