Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #366535

    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

    #366835

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.