Debut Template: Bullet Points Will Not Work

Debut Template: Bullet Points Will Not Work

AutoFXWA
Tourist
9 0 2

We are running the debut template on CSS with the file theme.scss.liquid, and I want bullet points in the product descriptions to list features etc. However, the bullet points show in the Shopify editor, but when you load the page the bullet points are there for a second or two then disappear again. Not only that but there is no indentation to the bullets.

 

I am using the code:

#collapseOne ol, ul {
margin: 18px;
padding: 0;
}

which does give the indentation but the bullets are still not visible. I have searched every question and tried many lines but they have not worked.

 

An example page of a product that I want bullet points for is:

https://shop.autofxwa.com.au/collections/optix-nano-technologies/products/optix-apc-heavy-duty-all-p...

Capture.PNG

Replies 3 (3)

dmwwebartisan
Shopify Partner
12321 2552 3728

@AutoFXWA 

 

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

li.bodyBullet {list-style: unset !important;}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
AutoFXWA
Tourist
9 0 2

Hiya I dont have a theme.css...

I applied it to the bottom of my theme.scss.liquid and it changed the whole site. Any fix?

AutoFXWA
Tourist
9 0 2

Any ideas
@dmwwebartisan