Hi,
I want to make the blog grid featured images not be round corner, how should I do?
http://www.markhuphotography.com/portfolio
Thanks
Hi Mark!
Please add following code to Quick CSS
.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
border-radius: 0!important;
}
Cheers!
Yigit
It’s perfect now, thanks!