Hello, I have had issues with my add to bag & quickview.
So now I have a good working new quickview.
But my old quick view & add to bag has to be removed.
So as solution a changed the margin-top: -15px to 25px;
Removed the prt-product-card-icon
but I can’t find it in shopify itself.
Does anyone know where to find these?
Website: https://loremeubels.be/
1 Like
HI @loremeubels
You can do backups of files.
Hello @loremeubels
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > custom.css and paste this at the bottom of the file:
.prt-product-card-icon {
display: none!important;
}
.prt-custome-features-collection-style .card--card.card--media>.card__content {
margin-top: 15px!important;
}
1 Like
This was almost correct.
Card__content is not correct.
it was card__infromation.
Thank you for the solution.
1 Like
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.