Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1019641

    Hello!

    I am trying to use an image from the media library, instead of an icon in an iconbox.
    I searched the forums and found this solution: https://kriesi.at/support/topic/how-to-use-images-instead-of-icons-in-an-icon-box/

    However, when I follow the steps I still see the theme icon, instead of the image i want to replace it.
    I have included the link to the page in the private content.

    Any help would be very much appreciated.

    Thank you!

    #1019775

    Hey flordelizamejia,

    You can use CSS like this:

    .iconbox_icon {
        background-image: url(https://ridebdr.jameshowardhosting.com/wp-content/uploads/2018/05/KTM_Sponsorlogo_RGB-300x149.jpg);
    }
    
    .iconbox_icon:before {
        display:none;
    }

    Though you will likely need your own classes if you want to use a separate image for each of the elements. You can activate that under Enfold->Layout Builder.

    Best regards,
    Rikard

    #1020057

    Thank you Rikard!
    Your solution, along with classes helped me achieve what I was looking for.

    You guys are great!! Please close the ticket.

    #1020193

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to use an image instead of icon in an icon box’ is closed to new replies.