I cannot change the color of bottons on our website (Impulse Theme)

Topic summary

Issue: Button color in a Shopify Impulse theme reverts after changing from aquamarine to “coconut milk” (#F0EDE5) via theme/branding. The change only holds for a few seconds.

Details provided: Store URLs were shared: https://publicserv-ce.com/ and https://public-servce.myshopify.com/.

Findings: A reviewer observed multiple, differing CSS rules applied to various buttons, likely overriding theme settings and causing inconsistent or reverting colors. CSS (Cascading Style Sheets) controls visual styles like button colors.

Proposed fix: Edit the theme’s CSS directly.

  • Open assets/theme.css
  • Search for the current aquamarine hex code #04FFF7
  • Replace all instances with #F0EDE5 to unify button color across the site

Implication: The color appears hard-coded in CSS rather than fully managed by theme settings, so direct CSS updates are needed for consistency.

Status: No confirmation yet that the change resolved the issue; discussion remains open.

Summarized with AI on February 8. AI used: gpt-5.

Hi I’ve been trying to change the buttons color on the theme end and branding. I have a very basic knowledge of coding, but doable, although everytime I try to edit the codes, aquamarina color to a coconut milk color (F0EDE5) it changes only for few seconds.

Anyone had same issues?

@Kimberly_Pozzi ,

Can you share the store URL ?

Hi @Kimberly_Pozzi ,

Kindly share your store url

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Hi thank you for your quick reply.
Here is the URL https://publicserv-ce.com/

https://public-servce.myshopify.com/

Hi,

I check it in my device in your site you give different css for all different different buttons .

so, just open assets/theme.css file

find this color code (#04FFF7) and replace with this color code (#F0EDE5) .

Thank you.