button background not changing colors

I’ve changed the background color in the editing>styles>background section, updated, and published, but the background color stays the same. please help.

Hey @NBriggs this really depends on your page layout and the module itself. Where exactly is it you’re changing this? Is this on a specific module within the CMS editor?
It’s possible there is custom styling overriding this. Do you have a link to the page you edited this on and a screenshot of where you’re adding these styles to try troubleshoot where this issue has come from?

I’ve tried to upload a video using the insert photo option, but file is not supported. I created a youtube video in order to upload the video. It’s set to public. When I try to insert it into this message, says it needs to be public. How do I show you the video I made of my screen showing the problem?

Hmm, it looks like there’s some styling in the header of the template, page or domain that’s overriding this and telling the button to always be black:

I’d check through the head styles (a guide on that can be found here) for this specific code:

#hs-button_widget_1683935321253 {
 background-color: rgba(0, 0, 0,1.0);
 color: #FFFFFF;
 font-size: px;
}

Removing this will allow the editor styles to be pushed through.

There is no link to the guide or it doesn’t link from my email.
Tried to maybe figure out on my own. I went to settings-advanced options-additional code snippets and there were no snippets

Hey @NBriggs strange, I don’t know why the link didn’t come through. There’s a doc on head code here though:

Trying to change the background color of the button to match the tan color below it. I know how to match the color, just used the blue for explainaiton purposes

Hey @NBriggs if you click the link at the bottom of the panel on the left “can’t see your updates? Click here” does that change the colour at all?
If not there’s likely some CSS styling somewhere overriding the module’s settings, if you want to send on a link to your page I can take a look for you if you like!

The “Can’t see your updates?” Does not change anything.