We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Bullet points not showing in product description

Bullet points not showing in product description

teebey
Shopify Partner
41 0 10

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!Capture.PNG

Replies 12 (12)
teebey
Shopify Partner
41 0 10
teebey
Shopify Partner
41 0 10

Thanks, my site can be found here:

https://altitudesupplements.com/

teebey
Shopify Partner
41 0 10

It is altitudesupplements.com

teebey
Shopify Partner
41 0 10

Website is altitudesupplements.com

teebey
Shopify Partner
41 0 10

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

 

Thanks

devcoders
Shopify Partner
1654 190 564

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?

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
teebey
Shopify Partner
41 0 10

URL is altitudesupplements.com

devcoders
Shopify Partner
1654 190 564

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

devcoders_0-1731426290178.png

 




Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
teebey
Shopify Partner
41 0 10

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

DaisyVo
Shopify Partner
4469 501 599

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

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
teebey
Shopify Partner
41 0 10

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

DaisyVo
Shopify Partner
4469 501 599

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.
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution