badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Remove text widget background color

#12808

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!