All things Shopify and commerce
Hello,
since a while I am having a issue with the quick add modal, Dawn Theme.
The modal shows the heart icons really big and out of the layout. Check my screen recording.
https://capture.dropbox.com/lArIn2r3TuZ1nzeb
The bug persisted in different version of the theme. I have the latest version now, but it was already there in older versions. It appears in every browser I tested.
Does someone knows the issue and has a solution?
At the moment I have the quick add deactivated so the heart bug don't show up to the clients.
Thanks a lot
Hello @ramate_SH
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 </body> on theme.liquid
<style>
.loo-prodpage-buttons-container svg.loo-icon {
width: 30px !important; /*adjust according to you*/
height: 30px !important; /*adjust according to you*/
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Thanks a lot for your fast answer, @niraj_patel
It solved the layout issue, but the "Add and remove" to the wishlist is not functional. Any cue how to make it work? Would it be a theme bug?
https://capture.dropbox.com/HmD7WH7vqW6q4B0X
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025