Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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.
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!
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!
Hi - unfortunately this doesnt work - bullets still flash up then disappear anything else it could be?
Hi. I can help you with it. So I need to access your store as a collaborator if possible.