How do I make the "remove" button white on mobile?

amdyna.com

Hi @puppuppup ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
.template-cart a.btn.btn--small.medium-up--hide {
    color: #000;
    border: 1px solid #e8e8e1;
    background-color: transparent;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Hi @puppuppup ,

You can follow the instruction below:

  1. Go to Online Store → Theme → Edit code.
  2. Asset → /theme.scss → paste below code at the bottom of the file:
.template-cart a.btn.btn--small.medium-up--hide {
    color: #000;
    border: 1px solid #e8e8e1;
    background-color: transparent;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.