Hi guys
I have tried many versions of the HTML and visual editor but as you can see the numbered list refuses to show up… does anyone know how to fix?
https://tca.fit/blogs/blog/self-reflection-your-year-in-review
Many thanks in advance!
Hi guys
I have tried many versions of the HTML and visual editor but as you can see the numbered list refuses to show up… does anyone know how to fix?
https://tca.fit/blogs/blog/self-reflection-your-year-in-review
Many thanks in advance!
@FT2020 - do you want like this?
Please add the following code at the bottom of your assets/theme.scss.liquid file.
div#shopify-section-article-template ol li {
list-style: unset !important;
}
Hope this helps.
Thanks!
Yes! Exactly. How did you do it?!
Hey, sorry I am a n00b and have no idea how to access these settings. Can you tell me how or is there a novice friendly solution?
Thanks!
Login into admin.
Goto Online Store → Themes → beside the theme name you will have an Action dropdown → Select Edit code from there.
Select Assets folder → Click on above theme.scss.liquid file → Goto the bottom and paste above code.
Hope this helps.
Thanks!
Hey thanks very much dude! I am going to go and do it now - i’m not in danger of messing up anything else am I?
Very grateful for the help, thanks.
Update - worked a charm.
Merry Christmas!
Hey guys sorry to reopen, but although this worked for the numbered list, bullets are still an issue, below ss from the editor shows bullets but not showing on live page. i had added the - as a temporary solution only.
https://tca.fit/blogs/blog/self-reflection-your-year-in-review
any ideas guys?
thanks again!
@FT2020 - add this to the very end of theme.scss file
li {list-style: initial;}
Legend that worked thank you! You may notice the text formatting is different to the rest of the article now, do you know if that something also to be fixed in the code?
Hi @suyash1 ,
Even my bullet points are not showing properly. I have used ordered list. It shows properly in the backend on the editor section, But when you check in the blog page its not showing properly. Actually its automatically adding extra
Kindly help me with this
Following is the blog link - https://crowcrowcrow.com/blogs/news/top-picks-school-essentials-must-haves
Thanks
Diwakar
@3Crowcrowcrow - do you want to remove the numbers?