Privacy Policy bullet points larger font

Privacy Policy bullet points larger font

MagdalenaBB
Excursionist
49 0 15

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 4 (4)

websensepro
Shopify Partner
2134 267 318

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
405 2 90

@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

 

Rahul_dhiman
Shopify Partner
855 168 186

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

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Mateen_Asghar
Shopify Partner
43 1 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.