Too big hearts on Quick add modal

Too big hearts on Quick add modal

ramate_SH
New Member
4 0 0

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

Screenshot 2024-08-21 at 12.34.29.png

Replies 2 (2)

niraj_patel
Shopify Partner
2378 514 511

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>

niraj_patel_0-1724237315893.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
ramate_SH
New Member
4 0 0

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