Archived topic
Checkmarks instead of bullets in a list
3 replies · Started by Marcel on November 28, 2020
Hello!
I know they are a few topics on the forum related to this subject, but here is a small difference:
Is it possible to use checkmarks instead of bullets in a list (using a svg icon)?
Reference topic: https://generatepress.com/forums/topic/changing-bullets-2/#post-1035682
Thank you!
Hi there,
the CSS content property supports an Img Url
eg.
content: url(full_url_to_your_image/image.svg);
What you cannot do is set their size though, so the SVG must be uploaded with the exact size you want it displayed.
Thank you, David!
You're welcome