Reply To: change list item to own gif/png

Home Forums Support change list item to own gif/png Reply To: change list item to own gif/png

Home Forums Support change list item to own gif/png Reply To: change list item to own gif/png

#153235
Barbara

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”);
}