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!
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
Thank you Rikard!
Your solution, along with classes helped me achieve what I was looking for.
You guys are great!! Please close the ticket.