Bullet points flash up but then disappear in Impulse theme?

Bullet points flash up but then disappear in Impulse theme?

meglizabet
Shopify Partner
2 0 0

Hi - out of the blue, the bullet points on our product page have started disappearing. They flash up for a second but then disappear once the page loads. Each line new sentence below should have a bullet point and did until a few months ago.

Bullet points.PNG

www.meglizabet.com 

An example product page with the issue is here: https://meglizabet.com/collections/signature-rings/products/the-ines-ring. Visit the page and then you'll notice they flash up but disappear as you hit refresh.

 

They show up in Shopify editor. It seems like something in the code is blocking them or something. Anyone know how to fix this issue?

 

I tried a few pieces of code from this forum but nothing is making them stick!

 

Thanks!

Replies 3 (3)

AnneLuo
Shopify Partner
1228 220 250

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
.product-block .rte ul {
    list-style: initial !important;
}
</style>


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

meglizabet
Shopify Partner
2 0 0

Hi - unfortunately this doesnt work - bullets still flash up then disappear anything else it could be?

AnneLuo
Shopify Partner
1228 220 250

Hi. I can help you with it. So I need to access your store as a collaborator if possible. 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee