Hello! Is there a code that allows me to change the background color for just the footers? My site is damageawayusa.com/wordpress Thanks! Tim
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer-wrapper { background: red; } In place "red" you can put your color or color code. This will solve your issue.