Privacy Policy bullet points larger font

Privacy Policy bullet points larger font

MagdalenaBB
Excursionist
38 0 11

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

Replies 5 (5)

websensepro
Shopify Partner
1771 202 242

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:

websensepro_0-1736508360762.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

Sivadarshan
Shopify Partner
215 1 30

@MagdalenaBB 

Home --> Themes --> Edit Code --> base.css --> paste the code on last line

.rte li{
font-size:12px;
}

 

Sivadarshan_0-1736508208435.png

 

If this code works accept the solution and like it

 

Test91
Shopify Partner
55 3 8

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

Rahul_dhiman
Shopify Partner
702 139 144

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
130.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee


Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639

Checkout Apps by me

Mateen_Asghar
Shopify Partner
43 0 7

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;
}

Mateen_Asghar_0-1736509168515.png

 

If this solves your problem, kindly like and mark it as an accepted solution.

Thanks!

Mateen Asghar | Shopify Expert & Partner
Optimizing Shopify Plus stores with 10+ years of web development expertise.
Got your answer? Mark it as an Accepted Solution to help others.
 Reach me at: mateen@100xelevate.com | Visit: 100xelevate.com for quick quotes and expert support.