Change The Color Of Location Pop-Up Button - Symmetry Theme

Hi there :slightly_smiling_face:

I can’t change the text and button colour in the Location Pop-up. Does anybody knows how to change the colour?

1 Like

Hi @Marissao6

Would you mind to share your Store URL website? with password if its protected. Thanks!

Hi @Made4uo-Ribe

Yes, that’s:
www.aceylabel.com

password: bags123

1 Like

Thank you for the information.

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
button.recommendation-modal__button {
    background: red !important;
}

Hi,

Thank you! Is it also possible to change the colour of the text? I have the assets style.css.liquid or theme.liquid. In which asset should I put the code?

And how can I check if the popup is change? I cannot bring the popup back, because it is already set by default for me and I can no longer see it?