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
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
.loo-prodpage-buttons-container svg.loo-icon {
width: 30px !important; /*adjust according to you*/
height: 30px !important; /*adjust according to you*/
}
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