Solved

Bullet and Number list is not showing in pages, current solutions not working for me.

Gregor1
Tourist
3 0 3

The bullet and number list I have on one of my pages is not showing up but the editor looks perfect. I have tried all the solutions I found in the community boards but they haven't worked for me. Here is the link to the page I would like numbered and bulleted. 

https://tinosainc.com/pages/terms-and-conditions

Thank you in advance!

Accepted Solution (1)
KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

Yes, please add

ul {
    list-style: inside;
}
ol {
    list-style: decimal;
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 5 (5)

KetanKumar
Shopify Partner
36843 3636 11978

Hello, @Gregor1 

Welcome to the Shopify community!
and Thanks for your Good question.

1. Go to Online Store->Theme->Edit code
2. Asset->/stylesheet.css->paste below code at the bottom of the file.

ol, ul { list-style: inside; }

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Gregor1
Tourist
3 0 3

The list is partially numbered and bulleted, is it possible to have both on the this page?

 

This is what it looks like currently.

Current.JPG

This is a glimpse of what I'm going for. 

The goal.JPG

 

Thank you for your help!

KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

Yes, please add

ul {
    list-style: inside;
}
ol {
    list-style: decimal;
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Gregor1
Tourist
3 0 3

Perfect!! Thank you for your coding skills. 

KetanKumar
Shopify Partner
36843 3636 11978

@Gregor1 

Thanks for your support.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing