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
Can you send the page URL so I can inspect and send you the CSS code to remove the borders?
Thank you!
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;
}