Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-wrapper{ background:red; } Inplace of "red" put your color code.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-wrapper .footer h4{ background:red; } This will solve your issue.
Ouch, sorry to bug you again... but the stitch lines like ----------- under the heading are gone now? How do I bring them back?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-wrapper .footer h4{ background-color:red; }.footer-wrapper{ background-color:red; }