Re: Help editing font size for bullet points on blog articles

Help editing font size for bullet points on blog articles

MarketingHero
Visitor
2 0 0

I'm having a hard time identifying where within the code to make this edit or addition. But we are trying to change the font-size for bullet points within blog articles from 14px to 16px to match the body font size as shown in the image. Appreciate any help!

 

Screenshot 2023-10-08 114348.png

Replies 3 (3)

PageFly-Oliver
Shopify Partner
878 190 185

Hi @MarketingHero ,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

 

 

<style>
li:marker{
font-size:16px !important
}
</style>

 

 



Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

 
 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

MarketingHero
Visitor
2 0 0

Just tried it within the theme.liquid and it didn't seem to work. I attempted to move it above </html> and again above </body> as well and no luck.

PageFly-Oliver
Shopify Partner
878 190 185

Can you give me the URL so I can check it?

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.