Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
Solved! Go to the solution
This is an accepted solution.
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.
This is an accepted solution.
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.
It worked. Thank you!
Thanks a lot. It worked in DAWN theme also!