Why are bullet points not showing in my Icon theme product descriptions?

Hi there,

I have purchased the Icon theme and am the bullet points that I have in my product descriptions are not being displayed.

What can I do to fix this?

Thank you

1 Like

Good Afternoon,

Can you please share me the link to your product page?

Thank You!

-Justin

2 Likes

Hi Justin,

My website is currently password protected. I’m completely new to this- what would be the best way to give you access?

Try contacting their support first, here is Shopify’s guide on how to find that information on any theme: https://help.shopify.com/en/manual/online-store/themes/theme-editor-updates#viewing-documentation-getting-support-and-checking-your-theme-version. Or try contacting Shopify support so they can forward your issue to the theme developers.

If you’d like, you can private message me the storefront password and I can take a look.

This is very likely to be a simple 1 line CSS solution.

1 Like

@Minteror

Please share your store URL and password.

1 Like

@Minteror

Please add the following code at the bottom of your assets/stylesheet.css file.

#shopify-section-product-template .rte-tab ul{
list-style: inherit !important;
}

Hope this helps.

Thanks!

1 Like

@dmwwebartisan

Thank you so much. I just added this code and now the description tabs are all weird.

Screenshot below:

@Minteror

Please remove previous css code .

Please add the following code at the bottom of your assets/stylesheet.css file.

#shopify-section-product-template .rte-tab ul {
    list-style: none !important;
}

Thank you so much. I tried this and there were no bullet points. I also tried disc instead of none and had the same issue as before :disappointed_face: