Hello,
I am new to e-commerce and shopify and currently building my store. I am using smart tab extension for product description. My theme is Simple.
Here’s my link: https://www.sextra69.com/
On each product, there’s “Key Feature” product tab, and the list is supposed to have bullet:
- 100% made of body-safe silicone
- Smooth and velvety surface
- Tapered beads for easy insertion
- Easy to clean and flexible
- Ring stopper for easy control
But they are just not showing. Anything I can do? I have basic knowledge in HTML and CSS.
Thanks! 
1 Like
Hello, @libicap
Thanks for post.
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste bellow code in the bottom of the file.
ul, ol {
list-style-type: disc;
}
1 Like
Hey @KetanKumar ,
Many thanks for the solution! It actually does solve the problem! However, after adding the code, I have another problem:
There’s a bullet on the left of the “shop now” tab.
@libicap
can you please replace above the code to this
.smart-tabs-content-block ul, .smart-tabs-content-block ol {
list-style-type: disc;
}
if you have any issue let me know i can help you.
2 Likes
Hey @KetanKumar , this works! Thank you very much for your help!
2 Likes
I used your solution too. Very helpful, thanks.
Edan
7
Facing a similar issue on my end. Suggested solution didn’t do it.
The list loads and disappears. A list should show under Key Benefits here.
Suggestions?
1 Like
Hello, @Edan
Welcome to the Shopify community!
and Thanks for your Good question.
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.smart-tabs-content-block li {
list-style: inside;
}
3 Likes
Edan
9
That did it! Thank you so much 
1 Like
Edan
11
Hey again 
I’m noticing the the alignment and display of the bullet list is not clean. Is there anything we can do about this?
Shao
12
Hello,
I have a similar problem. The bullet point disappeared after 1 second. But the code does not work for me 
Is there another solution?
Thank you
1 Like
Hello, @Shao
Welcome to the Shopify community!
and Thanks for your question.
Please share your site URL,
So I will check and provide a solution here.
1 Like
Shao
14
@Shao
Thanks for it
store is password protect
1 Like
Shao
16
Hi @KetanKumar again, sorry, the password is : skeuly
Pls let me know if you need more info
@Shao
Thanks
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.smart-tabs-wrapper li {
list-style: inside;
}
1 Like
Shao
18
That code worked for me!
Really appreciate your help! Thank you
1 Like
@Shao
Thanks for update and your compliment
jwalsh
20
Hi there,
I am having the same issue but do not seem to have the file /theme.scss.liquid in my assets folder. Do you have a different solution or suggestion?
1 Like