Shopify themes, liquid, logos, and UX
Hi, I'd like to amend the product quick add from the 'add to cart' button below the price to a '+' on the corner of the image (I'd like a square white box with a black cross)
Can anyone please help me with the code for this change?
Image to explain:
Solved! Go to the solution
This is an accepted solution.
This is Noah from PageFly - Shopify Page Builder App
Thank you , please add code here in file theme.liquid and above tag </body>:
<style>
.card__content .quick-add{
position: absolute !important;
right: 0 !important;
top: 190px !important;
z-index: 99 !important;
}
.card__content .quick-add .button::before {
content: "+" !important;
font-size: 20px !important;
font-weight: bold !important;
}
.card__content .quick-add .button span {
display: none !important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Hi @caleo2024
If you want to show the icon all time use this css
.card__content .quick-add .button::before {
content: "+" !important;
font-size: 20px !important;
font-weight: bold !important;
transform: translateY(0) !important;
z-index: 999 !important;
}
Hope this helps you
This is Noah from PageFly - Shopify Page Builder App
I can help you. Please can you provide the website url. Thank you.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
This is Noah from PageFly - Shopify Page Builder App
Thank you , please add code here in file theme.liquid and above tag </body>:
<style>
.card__content .quick-add{
position: absolute !important;
right: 0 !important;
top: 190px !important;
z-index: 99 !important;
}
.card__content .quick-add .button::before {
content: "+" !important;
font-size: 20px !important;
font-weight: bold !important;
}
.card__content .quick-add .button span {
display: none !important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Thank you much! Works perfectly!
Thank you , Have a nice day 😉!
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hello, Will you please share your store URL. also provide the password if it was password protected.
Thank you from ShopiDevs
This is an accepted solution.
Hi @caleo2024
If you want to show the icon all time use this css
.card__content .quick-add .button::before {
content: "+" !important;
font-size: 20px !important;
font-weight: bold !important;
transform: translateY(0) !important;
z-index: 999 !important;
}
Hope this helps you
Amazing thank you, that was my next question!! 🙂
Glad your next question is solved early 😀. Do not forget to like the answer 🙂
Hi again,
I've just noticed on mobile view the quick add cross seems to be too low - is there a way to make that position higher on mobile only (desktop is fine)
Also is there a way to make the words 'choose options' just say 'options' and make this font smaller on both desktop and mobile?
Thanks so much!!
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024