How i remove image border from product describtion page dawn thema
Website:eycuf.com/unisex-slipper
Hi @zamanhasanov96 ,
I think you might need a code with this. Try this first.
Go to Admin store > Themes > Customize
Click the Theme Settings located at the left bottom corner.
Click on Media, and adjust the the border to zero, also you can change the opacity to zero. See image below.
If this doesn’t work, then you can add the code below.
Go to your Admin store > Online store > Themes > Click Actions > Edit code
Open the base.css file under your Asset folder. Paste the code below
.rte img {
border: none !important
}