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

    hi if you look at http://www.opulentfinancialplanning.co.uk/quote-step-1/

    is there a way to change the icons to our own vector image? if so what is needed to be done

    #373653

    Hey codecreative!

    Drag a codeblock element to your content and add this inside.

    <style type = "text/css">
    .avia-icon-list > li:nth-child(2) .iconlist_icon {
    background: url("URL to your image") !important;
    }
    .avia-icon-list > li:nth-child(2) .iconlist-char { display: none !important; }
    </style>

    And then change the “2” for each line to 1 – 4 depending on which icon you wish to change to an image and then replace “URL to your image” with the correct URL.

    Best regards,
    Elliott

    • This reply was modified 9 years, 10 months ago by Elliott.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.