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

    Hello!

    I’m trying to replicate the function of the built in icon list. My goal is to use my own image as the bullet point for the list, and have it do the same type of animation. Is there a way to add animation to media embedded in a text block? If not, is it possible to add the necessary shortcode in a code block?

    Thanks for the help!
    -JB

    #503828

    Hi dabellator!

    Thank you for using Enfold.

    Can you please provide a screenshot of the layout? Use imgur or dropbox. You can use the icon list then set the images as background image via Quick CSS field. Something like this:

    .avia-icon-list:nth-child(1) .iconlist_icon {
        background-image: url('IMAGE URL HERE');
        background-color: black;
    }
    
    .avia-icon-list:nth-child(2) .iconlist_icon {
        background-image: url('IMAGE URL HERE');
        background-color: green;
    }

    Cheers!
    Ismael

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