[Resolved] change list item to own gif/png

Home Forums Support [Resolved] change list item to own gif/png

Home Forums Support change list item to own gif/png

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #153027
    Barbara

    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?

    #153142
    Tom
    Lead Developer
    Lead Developer

    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?

    #153185
    Barbara

    To all list items!

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

    #153237
    Tom
    Lead Developer
    Lead Developer

    That’s perfect 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.