Hi,
I want to use a custom image for bullets instead of the default in the list items on the site http://web8f.spring.studiocoast.com.au/ (Enfold Theme)
I have been through the forum and cannot get an easy solution.
The screen shot is here http://firoz.namroz.com/support/custom-bullet.png
Please let me know where can I change the css and where do I upload the custom image. Thank You.
Cheers
Hey!
Add this code to the Quick CSS:
.avia_textblock li {
text-indent: 0;
list-style: none;
background: url(URL_IMG_HERE) no-repeat;
padding-left: 40px;
margin-left: 0;
}
Cheers!
Josue
Great. Thanks again for a prompt reply.
You are welcome, glad we could help.
Regards,
Josue
Hi Josue, I’m not getting the expected result.
Here’s a link to one of the pages:
http://lindenmobileappstore.nl/portfolio-item/restaurant-app-le-garage/
I changed the padding-left to 10px but I can’t seem to get the image to the correct height:
.avia_textblock li {
text-indent: 0;
list-style: none;
background: url(http://lindenmobileappstore.nl/wp-content/uploads/2014/01/li-bullet-81.png) no-repeat;
padding-left: 10px;
margin-left: 0;
}
Hi!
I couldn’t access your website, please disable that auth plugin.
Regards,
Josue
I can’t seem to deactive it. It’s not in my plugin list. But I don’t get why that should be a problem?
Hey!
Try with this code:
.content li {
text-indent: 0;
list-style: none;
background: url(https://lindenmobileappstore.nl/wp-content/uploads/2014/01/li-bullet-81.png) 0px 7px no-repeat;
padding-left: 10px;
margin-left: 0;
}
Result:
Best regards,
Josue