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!
Moeed
August 28, 2024, 7:29am
4
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/
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
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.
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
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
Unfortunately it’s still the same
Replace the code
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
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: