Change the color of Location Pop-up button - Dawn Theme

HI!

I am stuck with a problem. I can’t change the color of button in Location Pop-up. Does anybody know css to change the color?

Store: https://ua-shirt.com/

1 Like

Hi @IhorBulhakov .

Follow These steps,

Go to the online store theme and go to base.css file paste the code mentiond below.

.recommendation-modal__form button:last-of-type {
    background: #000 !important;
    color: #ffff !important;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Hello @IhorBulhakov ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
button.recommendation-modal__button {
color: #fff!important;
}
1 Like

Love you!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.