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.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024