Shopify themes, liquid, logos, and UX
Dear community!
I noticed that in our privacy policy, the font gets much larger when there are bullet points, although it is set to "paragraph" so it should be the same size as the rest of the paragraph text. Anyone knows how to solve it? I want the bullet point text to be the same as all the paragraph text. Thanks for your help!
link - https://maisonmagdalena.com/policies/privacy-policy
Website passwrod- MaisonMagdalena.222
Hi @MagdalenaBB
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.shopify-policy__body ul li {
font-size: 12.33px !important;
letter-spacing: 0px !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Home --> Themes --> Edit Code --> base.css --> paste the code on last line
.rte li{
font-size:12px;
}
If this code works accept the solution and like it
Hello @MagdalenaBB
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.rte li {
font-size: 12.33px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hey @MagdalenaBB,
1. Go to your Shopify Admin panel --> Online Store --> Theme --> Edit code
2. Open your theme.css / based.css file and paste the code in the bottom of the file
.shopify-policy__body ul li {
font-size: 12.33px !important;
}
If this solves your problem, kindly like and mark it as an accepted solution.
Thanks!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025