Bullet points not showing on product description

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! :smiley:

1 Like

Hello, @libicap

Thanks for post.

  1. Go to Online Store->Theme->Edit code
  2. 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.

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.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.smart-tabs-content-block li {
    list-style: inside;
}
3 Likes

That did it! Thank you so much :slightly_smiling_face:

1 Like

@Edan

Thanks for update.

1 Like

Hey again :slightly_smiling_face:

I’m noticing the the alignment and display of the bullet list is not clean. Is there anything we can do about this?

Hello,

I have a similar problem. The bullet point disappeared after 1 second. But the code does not work for me :disappointed_face:

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

Hi, here’s the link

https://fairysuperfoods.myshopify.com/

@Shao

Thanks for it

store is password protect

1 Like

Hi @KetanKumar again, sorry, the password is : skeuly

Pls let me know if you need more info

@Shao

Thanks

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.smart-tabs-wrapper li {
    list-style: inside;
}
1 Like

That code worked for me!

Really appreciate your help! Thank you

1 Like

@Shao

Thanks for update and your compliment

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