To remove the color of the footer sidebar Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.textwidget {
background-color: #5e5e5e;
}
Note: Change above hex color code 5e5e5e to your own hex code.
Thanks, but the issue is I need only the footer text widget changed…not the sidebar as well 🙁 I didn’t use that code because it change ALL textwidgets…