I'd like to change the footer color - can you please send me the code to do that? Color will be a teal
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer-content .footer_wrap { background: teal; } .footer-content .footer-glow { background: teal; } In place of "teal" you can put your color or color code. This will solve your issue.