Me too! I’d like to have the bullet be round instead of the the box/square that I have at the moment. Thanks in advance to whoever knows how to change this.
Hi, tuhinbiswas98 & KathleenH
That function can be set in the Appearance > Customizer.
Just a hint: If you plan to use Hueman for a while, it might deserve 15 minutes to go through once all the available settings in the customizer functions.
That will ease your life. π
Have a nice day!
i did spy on Customizer many time and i dont see anything that have to do anything with bulleted list?? if you know can you show me :O
Appearance > Customizer > Web Page Design > General Design Options: > Image border radius
i did add 50 in Image border radius but stil bulleted list look like box π
ok i got css code
.entry ul li {
color: #000000;
list-style: disc;
}
Fantastic! That’s brilliant, thank you!! This worked perfectly for me. Thanks for taking the time to find the solution, and for sharing it.