I need Help to hide this box-shadow in the Dawn theme? can Someone help me to get rid off this.
click on image
and you will see it.
.product *:focus-visible {
outline: 0;
outline-offset: 0;
box-shadow: none;
}
Try this
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid