Hi there! I would like to apply a solid, 4px #bf207f border to images that have the “circle” style selected. Is this possible?
you can style on advanced tab an image hover effect
– if you choose the first one “slightly increase the image size” it will be better to have the border on the image container:
.av-styling-circle .avia_image {
border: 4px solid #bf207f;
}
for all the other hover effects it is better to have the border on a parent container:
.av-styling-circle .avia-image-container-inner {
border: 4px solid #bf207f;
}
Thank you! That worked perfectly!!
Hi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike