Why is the button acting weird?

The button at the bottom of the page is set to background-color:green; but for some reason outside of the button becomes green, not inside the button itself. Can anyone help?

Product Landing Page

The #Customer-support id that is changing the color is on the section, not the button.

1 Like

If you’re wondering “How did she do that so fast?” let me show you what’s behind the curtain:
context menu
“Inspect Element”



See the selector that is setting the color.


DOM Tree
Observe the structure.

Did you use inspect element?

That’s the first step I showed.