photo outline impossible to remove

Hello,

I’m in the process of creating my site and I’m having a problem with my product pages. I have this outline and I can’t figure out where it’s coming from. My image is fine without the basic outline.

( see photo )

If anyone knows where it can come from and how to remove it, it would be a great help.

Thanks in advance

1 Like

Hello @albestudios

would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Hi @albestudios , kindly share your store URL.

Thanks!

Hey @albestudios

Share your Store URL and Password if enabled.

Best Regards,

Moeed

Hello,

thank you for your reply,

here is my website: https://albesutdios.myshopify.com/

Hello,

thank you for your reply,

https://albesutdios.myshopify.com/

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

button.quick-add__submit::before, button.quick-add__submit::after { box-shadow: unset !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Hi @albestudios ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Unfortunately it’s still the same

Hi thank you, it’s : https://albesutdios.myshopify.com/

hi thank you, it’s : https://albesutdios.myshopify.com/

Replace the code

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.card__inner.ratio::before { padding-bottom: 84%; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Hi @albestudios , try the below code: