Aloha Kriesi Team!
Is it possible to use a custom graphic for the iconlist? My client has a specific graphic they want used as icons. Page: http://alohavoyages.com/our-tours/secrets-of-puna-2/
Mahalo!
Drew
Hi HiDrew!
Try dragging a codeblock element to your page and then add this inside.
<style type = "text/css">
.avia-icon-list > li:nth-child(1) .iconlist-char {
background: url("URL to your icon");
}
.avia-icon-list > li:nth-child(2) .iconlist-char {
background: url("URL to your icon");
}
.avia-icon-list > li:nth-child(3) .iconlist-char {
background: url("URL to your icon");
}
[data-av_icon]:before { opacity: 0 !important; }
</style>
And replace “URL to your icon” with whatever image you need to use.
Regards,
Elliott