Font size of bullet point list changes (Studio theme)

Hello,
could you please help me?
When I make a bullet point list in Studio theme, the size of the font shifts. The list is then very small. The rest of the text remains normal and easy to read.

How do I change the font of the bullet point list? How do I ensure that it is the same size as the rest of the text?
Thank you!

https://www.kanal-100.com/products/arbre-blanc

1 Like

Hi @Kanal100 , add this code to your CSS file of your theme.

.product__description li, .product__description li span {
    font-size: 1.6rem !important;
}

Notice I used 1.6rem here since it’s your store’s normal text size. You can increase or decrease the size if you like.

2 Likes

It worked. Thank you!

1 Like

Thanks a lot. It worked in DAWN theme also!