How can I change the color in the footer to match the color in the header? Also, is there a way to change the font on the menu bar and on the headers on the footer as well? my url: thehandymanhenderson.com
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer { background: red!important; } .footer-wrapper .footer h4 { background: red; color:blue; } #menu .ddsmoothmenu li a { color: blue; } .footer-wrapper .footer_widget .textwidget p { color: blue; } .footer-wrapper .footer a { color: blue; } .footer-wrapper .footer ul li { color: blue; }