Hi antoniocarloslima,
How are you?
So While I can see your site:
put this code to your Child Theme style.css file
OR
Install Simple Custom CSS plugin and put the code there.
It is great that you shared your URL here.
Now we have a better chance to solve your pain.
It is working here.
I’m doing this on my testing server.
It can get to some different behavior there on you site.
It can happen that it is not working.
Then we have to look further.
.site-footer, .footer-widget-area {
background-color: #2C3235;
}
or
.site-footer, .footer-widget-area {
background-color: #2C3235!important;
}
Replace
#2C3235
with any color you like.
You like white?
.site-footer, .footer-widget-area {
background-color: white;
}
or
.site-footer, .footer-widget-area {
background-color: white!important;
}
OR
.site-footer, .footer-widget-area {
background-color: #ffffff;
}
.site-footer, .footer-widget-area {
background-color: #ffffff!important;
}
Let me know how it worked out.
Need so more help? ASK ??
Cheers
TR