How can I change my lookbook's image edges from round to normal?

I would like to change the edges of the images in my lookbook to be normal and not round. If possible for all images on the website.

Kind Regards

Hi @outstand-560

Can you send the page URL so I can inspect and send you the CSS code to remove the borders?

Thank you!

https://outstandstudios.com/pages/lookbook

Hi,

Just add the code below.

To open the code editor, you have to go to your Admin store > Themes > Actions > Edit code. Open the Asset folder on your left hand side, and find the theme.scss. Add the code below.

img {

border-radius: 0 !important;

}