Bullet points not showing in product description

Hello,

Hope you’re well, I can’t seem to get the bullet points to show in the product description. Please see screenshot.

Can anyone help please?

Thanks!

Thanks!

https://altitudesupplements.com/

Thanks, my site can be found here:

https://altitudesupplements.com/

It is altitudesupplements.com

Hello @teebey

Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

Hi @teebey

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.product__description > p::before {
    content: "";
    background: black;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: -15px;
}
.product__description > p {
    position: relative !important;
}

Here is the result: https://prnt.sc/YFu8H2sWcH1Q

I hope this helps

Best,

Daisy

URL is altitudesupplements.com

Website is altitudesupplements.com

Hi Daisy,

I can’t seem to get this to save when I make the edit, the store URL is: www.altitudesupplements.com

Can you help please?

Thanks,

Tom

Sorry my internet was playing up below, are you able to help please?

Thanks

Hello @teebey
Where has the code been added? I checked the frontend, but it’s not visible

Sorry the bullet points are in a draft version but this would be the correct section.

Hi @teebey

Please add it to the

  1. Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.