CSS For Call to Action Buttons

Hi Max,

I’m looking for CSS to change the call to action buttons in Store Locator - Location pop up. Could you send that my way please and. also for the business hours widget as well?!

Thank you.

1 Like

Could you please specify the name of your Store Locator widget and describe how you’d like to change the CTA buttons?

Locator name is:
Directory-Cambridge/Isanti 36

Would like to be able to change the background color independently of the accents color.

Thank you.

1 Like

Got it! This code should do the trick:

.global-styles,
[class*='cta-buttons__Container-sc'] button {
  background-color: red !important;
}