Font control

Hi I’m using the Ethos theme for my blog site but I’m having trouble controlling how the fonts look on the posts.
When I choose bullet points it appears larger than the rest of the fonts.

I’ve tried doing the Typography in Appearance but still cant get it to be standardised. This is my website:


Thanks.
Martin

Hello @Zowee,

Thanks for writing in! :slight_smile:

You can do this by adding the CSS code below into X > Launch > Theme Options > CSS.

.cstm-list-item:before{
     content: '\00b7'; 
     font-size: 30px; 
}

You can adjust the font size to your needs. E.g. font-size: 20px

Then go to the text editor of your page or posts, and add this class to each list item.

Hope it helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.