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 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:
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;
}
add below code to your theme.liquid or your base.css
a.button.button--tertiary {
color: rgb(var(--color-foreground)) !important;
}
Have tried but didnt change anything?