Hey there,
i would like to get rid of the rounded corners of the images.
1) If i simply insert an image on my page it always appears to have slightly rounded corners.
2) Also the Simple Slider has these rounded corners on the images.
How do i get rid of them and have just straight corners.
Thank you! Best Regards,
Jeff
Hello Jeff,
Try applying this CSS code
img{ border-radius: 0 !important; }
Regards,
Josue