Hi,
I’d like to add a border in circle style image. How can I do this please ?
Thanks,
Omar
Hey omardualtime!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-styling-circle img {
border: 2px solid red!important;
}
Regards,
Yigit
Thank you Yigit !