August 7, 2014 at 4:59 pm
#12808
Theme Horse Support Team
Keymaster
Hi tekgirl,
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.
Thank you!