Product describtion image border dawb thema

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.

  1. Go to Admin store > Themes > Customize

  2. Click the Theme Settings located at the left bottom corner.

  3. 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.

  1. Go to your Admin store > Online store > Themes > Click Actions > Edit code

  2. Open the base.css file under your Asset folder. Paste the code below

.rte img {
border: none !important
}