I’m using Impact theme, on mobile it displays a small shopping basket icon. I would like to change the background color to #aadd20 to match my theme. This is for the product card in mobile only.
Store: strongafstyle.com
Thanks!
I’m using Impact theme, on mobile it displays a small shopping basket icon. I would like to change the background color to #aadd20 to match my theme. This is for the product card in mobile only.
Store: strongafstyle.com
Thanks!
Hi @SAF2
Do you mean like this?

If it is check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
@media only screen and (max-width: 699px){
a.relative.tap-area {
fill: #aadd20;
}
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @SAF2 ,
I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!
Step 1: Go to Admin → Online store → Theme > Edit code:
Step 2: Search for the file theme.css. And add this code snippet to the end of the file.
@media only screen and (max-width: 768px) {
.product-card__quick-buy button.product-card__mobile-quick-buy-button {
background-color: #aadd20 !important;
}
}
Step 3: Save and reload home page.
=>> The result:
I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.
Have a nice day sir!
Exactly what I needed, thanks so much!
Dear @SAF2 ,
We’re happy to see that our suggestion helped you solve the issue.
Glad to hear that.
Have a nice day!