Hi, I have around 30 products on my site. When I’m editing the product descriptions, I am selecting the bullet points, but they are not showing up when I go to view on the actual website. They just completely disappear. Is there a code I can use to fix this??? I don’t have the theme.scss.liquid or style.css tab. Here’s my URL: www.vibeliving.us.
Topic summary
A store owner is experiencing an issue where bullet points added in product descriptions through the admin editor are not displaying on the live website. The bullets completely disappear when viewing the actual product pages.
Root Cause:
The product descriptions are using <p> (paragraph) tags instead of proper list markup (<ul> and <li> tags) for bullet points.
Solution Provided:
A support member (dbuglab) identified the issue and requested collaborator access to fix it directly. After gaining access to the store, they implemented the proper HTML list structure using <ul> and <li> tags in the product descriptions.
Resolution:
The issue appears to be resolved, with dbuglab sharing a screenshot confirming the fix has been applied. The store owner was unfamiliar with HTML tags and theme code editing, so direct assistance was provided rather than self-service instructions.
Hi @VibeLiving
In admin you added p tag for the descriptions, please use li tag the bullets will work.
Wait so where do I go to fix that??
You can add product description using ul li tags.
So would I need to go edit the theme code ? What does the li tag look like? I’m sorry, I’m not that familiar with all of this.
Can you please share collab access with me?
I believe you have to request access to it from your dashboard right? Here’s my URL to enter: www.vibeliving.us. I’ll approve it when it comes to my email
Please accept
I just accepted that! ![]()

