Remove Infobox Checklist
Hi,
What is the CSS to remove the default "checkmark" from the infobox shortcode ? I do want to replace theme with my custom images using "list-image"
thanks
What is the CSS to remove the default "checkmark" from the infobox shortcode ? I do want to replace theme with my custom images using "list-image"
thanks

Comments
so you want css to remove check icons for info box item or you want to replace them with own image?
.infobox ul li::before { display: none; }.infobox ul li::before { background: url("PATH-TO-IMAGE") !important; }