Unwanted icon shows on Add to cart button

Hello there!

We are racking our brains trying to figure out where this mystery circle icon showing on our “Addtocart”/“sold out” button comes from. It shows in the middle of the button as a small white circle. We also noticed that if the product has options and is sold out, there is a change in alignment of the buttons too. Take a look: https://www.spysite.com/collections/hidden-cameras/products/wifi-no-glow-night-vision-clock-camera-dvr

We are running turbo theme on our shopify store and have recently added klaviyo code and guide protection code to our liquid template to run scripts there. We cant seem to identify if the issue is related to this or not as we do not see anything unusual that would affect the code within the scripts:

We have also added several product-detail templates, but doubt the issue stems from there are the icon is seen on ALL products regardless of product template used. We are pretty sure the icon is coded within the broad coverage templates, but don’t know where!

We have already removed the scripts but that doesnt resolve the issue, so we placed them back again. We lean toward some of the problem stemming from this integration: https://help.klaviyo.com/hc/en-us/articles/360001895651-Install-Back-in-Stock-in-for-Shopify

Can anyone help? Thank you for much.

1 Like

@Diana_E

sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/devst-styles.min.css ->paste below code at the bottom of the file.
svg.checkmark {
    display: none;
}