- This topic has 7 replies, 3 voices, and was last updated 4 years, 3 months ago by
Ying.
-
AuthorPosts
-
December 24, 2021 at 8:57 am #2058663
June
Hello, I just realized that the li bullet points are not appearing anywhere on my site. Please see the image for your reference. I want to add filled circle bullet points in #00d07e color. Please help in resolving the issue.
December 24, 2021 at 9:34 pm #2058880Leo
StaffCustomer SupportHi there,
Looks like you’ve figured out?
This is what I’m seeing:
https://www.screencast.com/t/ppmXWoyH8mN5December 25, 2021 at 9:23 pm #2059493June
Hi Leo,
This is my old setting in the image you have shared and I wanted to change them back to original (circle) in bigger size but now I don’t see the bullets. Please check what’s going on.
Looking forward.December 26, 2021 at 11:07 am #2059999Ying
StaffCustomer SupportHi June,
You can add this CSS to define the color:
.single-post .entry-content ul li::marker { color: #00d07e; }And you need to modify this CSS you added:
list-style-typetodisc.
https://www.screencast.com/t/cigcNa0eg5SLet me know if this helps 🙂
December 28, 2021 at 8:38 am #2061882June
Thanks Ying 🙂
It worked but some css setting is needed to adjust the bullets. Right now it appears like this.
Also, is there any chance I could increase bullets size. I want to make it bit bigger.December 28, 2021 at 11:40 am #2062053Ying
StaffCustomer SupportYou added this CSS to have negative text indent which you need to adjust:
https://www.screencast.com/t/FOKgJhmUCiGdFor bigger bullets, you can add
font-sizeto the CSS I provided, so it becomes like this:.single-post .entry-content ul li::marker { color: #00d07e; font-size: 30px; }December 29, 2021 at 8:39 am #2063067June
Changed it and it is looking fine now. Thanks, Ying 🙂
Just want to fix one last thing. I want to align the bullet point and text as you can see here they’re are not coming in the same line. The bullet is up and the text is down. Please assist.December 29, 2021 at 11:10 am #2063205Ying
StaffCustomer SupportI’m not familiar of the list style CSS, I’m not aware of a way to align the current bullet and the text when they have different font size.
I would suggest using Headline block of GenerateBlocks to recreate the list. In that way, you should be able to create the list with icons without using CSS.
-
AuthorPosts
- You must be logged in to reply to this topic.