Tagged: media
Hi,
I have set up my media to circle format yet when I hover over the link the hover over becomes square…then changes to circle?? Am I doing something wrong here??
Hey p5uln!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { border-radius: 100px; }
Cheers!
Yigit
Thanks, I tried it and is working better but still not quite right. You can tell it is swapping still on hover over.
Hey!
Please add following code to Quick CSS
.home .image-overlay {
border-radius: 100px;
width: 180px!important;
height: 180px!important;
left: 10px!important;
top: 10px!important;
}
Cheers!
Yigit
Thanks Yigit!