Bullet Points / Bold text Not Showing Turbo Theme

Solved

Bullet Points / Bold text Not Showing Turbo Theme

LaurenMcCreery
Excursionist
33 1 5

Hi guys,

 

I'm using Turbo theme and have added bullet points into the product descriptions in the editor. Bold text also to highlight headers etc. All looks good there. They don't appear on the live site. I have seen a few solutions on here and tried them all but no luck. Any ideas much appreciated. 

 

Example product here: https://www.lespetits.fr/products/draisienne-gingersnap-12-jaune

 

Affects all products though.

 

Thanks,

 

Lauren

Accepted Solution (1)

SideNode
Shopify Partner
159 38 42

This is an accepted solution.

hi @LaurenMcCreery 

May this help you.

1: Go to online store > themes > Actions > Edit code > ASSESTS > styles.css Add this code at the bottom.

ul {
    list-style: disc outside!important;
}

you can see the change 

SideNode_0-1698060025164.png

If I was able to assist you, please remember to give it a Like and Mark it as the Solution!

Let me know if need further assistance
Regards,
SideNode

 

 

If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION

View solution in original post

Replies 5 (5)

SideNode
Shopify Partner
159 38 42

This is an accepted solution.

hi @LaurenMcCreery 

May this help you.

1: Go to online store > themes > Actions > Edit code > ASSESTS > styles.css Add this code at the bottom.

ul {
    list-style: disc outside!important;
}

you can see the change 

SideNode_0-1698060025164.png

If I was able to assist you, please remember to give it a Like and Mark it as the Solution!

Let me know if need further assistance
Regards,
SideNode

 

 

If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION
LaurenMcCreery
Excursionist
33 1 5

It worked!! Thanks so much, I really appreciate that! I don't suppose you know how to make certain text bold also please? Thank you 🙂

LaurenMcCreery
Excursionist
33 1 5

Hi again, I just noticed that this fix has put bullet points on the menu on my footer - looks quite strange. Any way to get rid of and just have on the product page? Thanks!

SideNode
Shopify Partner
159 38 42

hi @LaurenMcCreery 
some css is conflicting i ll mention u screenshot remove that css and my provided css also 
 there is a css list-style :none in ur reset.scss remove this css and my provided css also 

SideNode_0-1698061057440.png

 

If helpful, please Like and Accept this Solution to help others
SHOPIFY APP DEVELOPMENT | BOOK FREE SHOPIFY CONSULTATION
LaurenMcCreery
Excursionist
33 1 5

So remove the code you gave? Did that. I looked for reset.scss to remove list-style :none  but it doesn't appear. Anywhere else i should look? Thanks