Shopify themes, liquid, logos, and UX
I changed my cart icon to a custom icon, and updated my css to fix sizing, etc. All looks good on desktop and even on the theme editor (desktop/tablet/mobile). But when I look at my website on mobile, the cart icon disappears. However, there is a space where it would be, and it even takes me to the cart when I click that empty space (implying something is there, it's just invisible).
Can anyone help?
Solved! Go to the solution
This is an accepted solution.
Add this code
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
I see it still shows up there. What device are you using to view it?
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
I'm using Google Chrome on my phone, and I've tried deleting cache/cookies. What else should I try?
This error seems to come from iphone error. I checked all android devices I have and they are normal. Iphone device has error.
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
That's helpful. How can I edit the code to allow it to show up on all devices?
- Here is the solution for you @joshsclubs
- Please follow these steps:
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
.header__icon svg {
stroke: rgb(16, 27, 45) !important;
stroke-width: 0.0005 !important;
fill: rgb(16, 27, 45) !important;
}
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Hmm...still did not work. I added that code to base.css and clicked save, but no change on either Google Chrome or Safari (mobile). I also tried clearing cache again. Is there something else I can try?
This is an accepted solution.
Add this code
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
That worked! Thanks so much.
Glad to help you. Have a good day.
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024