Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I want to use images instead of bullets in my list. So far, the custom css code looks like the the below and simply removes the bullet.
.entry-content ul li { list-style-type: none; list-style-image: url("/wp-content/themes/vantage/images/Checkmark-50.png"); }
I’ve tried the url parameter with and without the quotation marks but still no joy.
Any guidance will be appreciated.
Cheers,
Chris
Hi Chris
Thanks for reaching out.
All WordPress themes completely overwrite their own folder during theme updates so it’s best to just upload your image to the Media Library and grab the URL from there. Click on the image in the Media Library, copy the URL from the right column. Try that. Your URL above wasn’t absolute, that might have been the problem.