• I’m using SVG images to create check marks and x marks for pros and cons lists (like in the linked page). I’m replacing the standard bullet points with this CSS code: ul.cons li {
    list-style-image:URL(…)

    But these SVG images are blurry and pixelated (especially on mobile) on my site and in my media library. How do I get them to work?

    Thank you

    • This topic was modified 2 years, 5 months ago by sidelancer.

    The page I need help with: [log in to see the link]

  • The topic ‘Pixelated SVG images’ is closed to new replies.