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.