Archived topic
change list item to own gif/png
4 replies · Started by Barbara on November 14, 2015
Viewing posts 1–5 of 5
I'd like to use a small arrow (part of my logo) as a list item.
How can I change the list item "circle" to this picture?
Hi there,
I'm not seeing any picture? Are you wanting to do this for all list items on the site or only specific ones?
To all list items!
Solved my problem...
Changed your css in my child theme css
from:
ul {
list-style: disc;
}
to
ul {
list-style-image: url("the url of my image");
}
That's perfect :)
This archived topic is closed to new replies.
