Hi,
is it possible to use an image of my library for the symbol-box element. Instead of an icon?
Best regards
Hey northorie,
Try this solution.
Best regards,
Mike
Thank you, I tried, but it keeps showing the icon instead of my test image
link on private content. It’s the first symbol box with the feather-icon, This is where my test-image should appear
Hi,
In your css you have div[data-av_icon=”\ue837″], please remove the “u” like this:
div[data-av_icon=”\e837″]
You image is also quite large 300×200 I recommend a smaller square like 50px
Best regards,
Mike
*duh* my fault. In germany we say: wer lesen kann, ist klar im Vorteil (Anyone who can read has a clear advantage)
Now it works.
Is it possible to make the space of the icon/image bigger? f.e. 100x100px?
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #main .iconbox_left_content .iconbox_icon {
width: 100px;
height: 100px;
}
Best regards,
Mike
or have a look at this page ( i that case it is a gif – second flip-box ) but you see the general way behind that substitution:
https://webers-testseite.de/icongrid-with-frontimage/
Thank you! That’s perfect and exactly, what I wanted :)
Can be closed.
Best regards