Thick coloured line around product images - Avenue Theme

Hi Shopify Gurus,

On some products (not all) we get a rectangle surrounding the picture when we click on it (please see image below):

Link to the page: https://www.lifesizecutouts.com.au/collections/custom-cutouts-custom-adult-cutouts/products/custom-lifesize-standard-cutout

Is there anything we can do to fix the issue?

Our theme is Avenue.

Thank you in advance.

Hello @funprint

Quick fix.

Go to Shopify Dashboard > Online store > Edit Code on theme by click three dots beside theme > Find base.css or global.css or theme.css > add the below code at bottom of the file.

:focus-visible {
outline: none !important;
}

Hope this helps.

Hi K_Bhardwaj

That fixed it!!!

Thank you very much.

1 Like