All things Shopify and commerce
Hi there,
For some reason my trash icon in cart only shows up if you hover over it with the mouse or guess click on it on mobile.. how do i get it to say black/visible the whole time please! As customers wont be able to see it!
HI, Celested94
Would you mind sharing the URL of your store?
add above code to your base.css or theme.liquid
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file or base.css
a.button.button--tertiary {
color: rgb(var(--color-foreground)) !important;
}
add below code to your theme.liquid or your base.css
a.button.button--tertiary {
color: rgb(var(--color-foreground)) !important;
}
add above code to your base.css
Follow these steps:
Go to online store ----> themes ----> actions ----> edit code ---->theme.css or base.css
a.button.button--tertiary {
color: rgb(var(--color-foreground)) !important;
}
Hello @Celested94,
Please add this following code into your base.css file from your Shopify theme.
.button.button--tertiary>svg{color:#000 !important;}
Dropshipping, 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, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024