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
Hi, @MagdalenaBB
For matching the font-size
go online store > edit code > base.css > then place this code
.shopify-policy__container .shopify-policy__body ul{
font-size:12.33px
}
It will work and if it works mark it as solution.
Thanks and Regards
Test91
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!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024