Hi!
can You help me please to get rid of the rounded corners of the images please?
tried this for the post slider:
img {
border-radius: 0!important;
}
…but no effect on firefox (just on the i pad/safari) + it is bluring the image. other solutions from the support forum blured the images also..:
.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
border-radius: 0px;
}
(Would be nice if i could turn off the corners on all images of the child theme)
Thank You very much for the great support!
Cheers!
finlando
Hey Finlando!
Can you please try flushing browser cache. It does work fine on my end – http://i.imgur.com/7SokdsD.png
Regards,
Yigit
Hey Yigit!
i have two blog posts elements (see the link) in the avia layout builder. the following code works great for the big image.:
.big-preview img {
border-radius: 0px;
}
now i need a solution for the small images in the second blog posts element (3×3 images)
Thanks a lot!
Cheers!
finlando