Is it possible to change the shape of the icon list elements from a circle to a triangle pointing upwards?
Hey ignitionstudio!
Add this to your custom CSS.
.avia-icon-list .iconlist_icon { background: url("URL to your triangle") !important; }
And then replace “URL to your triangle” with a URL to your triangle image you want to use.
Regards,
Elliott
Is it possible to also remove the icons themselves? I just want a graphics as the bullet point and no icon.
thanks