Lakdi
March 12, 2024, 1:01pm
1
Hi,
I am posting a blog on our store but designing a blog post not showing on page like bullets, number list. Anyone can help me. I am sharing the Screen Shots here.
This is the screenshot of Backend where I want to show you that I opted bullets points in my blog writing
https://share.zight.com/ApuPmEJZ
This is the screenshots of webpage where bullets point not showing
https://share.zight.com/YEuJwPWZ
1 Like
@Lakdi Please follow below steps to display bullet before the lists and let me know whether it is helpful for you.
From admin, go to “Online Store” → “Themes”.
Click action button from the current theme and select “Edit code”.
Search “theme.css” file and paste below code at the bottom of the file.
.blog-container .article__content.rte ul li {
list-style: disc;
}
Click “Save”.
Now, it will display as shown in below image.
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
1 Like
Lakdi
March 13, 2024, 5:30am
3
Hello, Thank you for your attention. I made the changes and put the given code into theme.css file but its not working. I am sharing the both screen shots.
This screen shot of theme.css where I put the given code.
This is the screenshots of blog page, where changes not reflecting.
Please see the and provide the solution.
@Lakdi Try to add “!important” to the code that you pasted on “theme.css” file like below and let me know if it still didn’t works.
list-style: disc !important;
Seems you have posted the theme.css file screenshot instead of blog page screenshot below.
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
1 Like
Lakdi
March 13, 2024, 10:18am
5
I added the shared modified CSS but still not reflecting:
Here I am sharing the Screenshots
Here is the blog URL for your reference:
https://www.lakdi.com/blogs/news/a-guide-to-bedroom-design
Kindly check and please help us @Vinsinfo