I would like to slightly round the top left and right corner of all images (except the images in the gallery) of our website. How would I accomplish this?
Hi koala!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia-image-container { border-radius: 5px; }
Best regards,
Yigit
I added that css, but cannot find any images effected.
Hey!
Please add following code to Quick CSS as well and adjust as needed
img {
border-radius: 30px;
}
Cheers!
Yigit
What would be the css code for creating the same effect on the home page sliders?