Hello, I have noticed a very strange checkmark appearing, while my store was loading up. It’s there for a about a millisecond or so, and I can’t find a way to remove it. Help please!
Video of the checkmark attached below.
Store Link: https://amaletica.com/
Hi @NikTrplan this alien element comes from this part
You can try this code
- Go to Online Store-> Theme->Edit code
- Layout-> theme.liquid ->paste the below code after {% style %} as highlighted in the screenshot below. Click Save
.cart-notification__heading .icon-checkmark {
width: 1.3rem !important;
}
It fixed it now on the home page, however when I click on a product it still shows, so the Home page is fixed, now for the product page, it still shows.
Can you send the screenshot where you have added that code?
My apologies, I have added the code to a non-use theme, not the one that I was using, I’m pretty sure it’s fixed now! thank you very much