Shopify themes, liquid, logos, and UX
This massive exclamation mark has appeared out of nowhere. Everything was working fine and then I spotted this, I'm not sure whether any changes I've made caused it to happen. I tried to figure out how to fix it myself using the dev console and researching but I can't figure it out, if someone could please help.
Bear in mind when I open Chrome's dev console the exclamation mark goes invisible. The screenshot is from Edge.
shop-alloyramps.com
Solved! Go to the solution
This is an accepted solution.
Hi @AlloyRamps
You can follow the following steps:
1. Please go to the Online Store
2. Then Edit Code
3. Please find the theme.liquid file
4. And add the following code in theme.liquid file above the </head> tag
<style>
div#Line-item-error-1 {
display: none !important;
}
</style>
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
This is an accepted solution.
Hi @AlloyRamps
You can follow the following steps:
1. Please go to the Online Store
2. Then Edit Code
3. Please find the theme.liquid file
4. And add the following code in theme.liquid file above the </head> tag
<style>
div#Line-item-error-1 {
display: none !important;
}
</style>
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
Amazing, thank you for the quick help.
I'm assuming that the error has no major impact on the page as a general?
What Do you do when you have more than one Item in cart and the exclamation mark goes away on one of the items but keeps showing with second item?
Hi,
1) Go to online store
2) Edit Code
3) Open your base.css
4) Add the following code:
.cart-item__error {display: none !important;}
5) Save
This should resolve the issue but I prefer if you can give me access to the store so I can understand the reason why it is showing.
Have a nice day.
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024