Hi,
I really like the idea of rounded edges on photos and already added the custom code img{border-radius: 15px;}
It worked and really looked nice on pages where images aren’t in layout tables e.g. http://krugerparksafari.com/south-african-wildlife-parks-safari-deals/
but not on pages with them: http://krugerparksafari.com/
Please let me know,
Johan
Hi Johan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
img.avia_image {
border-radius: 15px;
}
Cheers!
Yigit
Thanks!