Need bullet points to stop disappearing

Solved
sarahmglaser
Excursionist
16 0 7

Hello all,

 

I am having an issue and I have tried multiple codes from suggestions on this forum and nothing has worked. Bullet points in my blogs are showing up in edit mode but disappear when it is published on the live website. How can I fix this? An example URL is https://4z2j7ur0o1ziurn5-4623929.shopifypreview.com/blogs/blogs/articles?preview_key=6ec0bb82be9ba35...

sarahmglaser_0-1697801812907.png

sarahmglaser_1-1697801837581.png

 

 

Accepted Solution (1)
theycallmemakka
Shopify Partner
1003 203 217

This is an accepted solution.

Hi @sarahmglaser ,

 

Please add below code on the head of theme.liquid file.

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code just above </head> tag

 

<style>
.article--content ul {
    list-style: disc!important;
}
</style>

 

 

If you require further help to optimize your store, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

View solution in original post

Replies 2 (2)
theycallmemakka
Shopify Partner
1003 203 217

This is an accepted solution.

Hi @sarahmglaser ,

 

Please add below code on the head of theme.liquid file.

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code just above </head> tag

 

<style>
.article--content ul {
    list-style: disc!important;
}
</style>

 

 

If you require further help to optimize your store, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

sarahmglaser
Excursionist
16 0 7

I have been stuck on this for days, and this worked perfectly! Thank you so much for your help!