My global footer's background is always black even though I set it to red

Question:
Why is my global footer’s background always Black?

Product:
Wix studio

What are you trying to achieve:
I want to change the footer to any color. If I detach it from global, it can be change. But if I set it as a global section or global footer, no matter which color I set in the menu, it will always be black.

What have you already tried:
I tried searching and got no answers or similar questions.

Additional information:
I found that the piece of code that causes this is:

footer section * {
background: #000;
}

But I haven’t touched any coding about this part.

you should be able to go to global settings, click on th efooter and change the background colour in th eright hand inspector panel. Unless you have changed the CSS.