hi, is there a way to set here a black border at the circle style image.
Hey wiwaldi79!
Thank you for using Enfold.
You can try this in the Quick CSS field:
.av-styling-circle .avia_image {
border: 5px solid black;
padding: 0 !important;
}
You have this in the style.css file:
.av-styling-circle .avia_image {
padding: 10px!important;
background-color: white;
}
What is that code for?
Cheers!
Ismael
Hi Ismael.
Hi!
I’m sure you’re familiar with the custom css class field now. Please add a custom css class attribute to that image then apply the css properties above. :)
Best regards,
Ismael
OK. CLOSED :)