Good Day, Can you please provide the code for changing the footer color, and also for changing the footer text color. And, is it possible to use the footer as one large area that it not sectioned into four widgets. I would like to put a clickable image there that expands across all of that area. Thanks!
1.For your first issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer { background: red!important; } .footer .footer-inner h3 { color: black; } .footer .footer-inner p { color: black; } .footer .footer-inner a { color: black; } .footer .footer-inner ul li a{ color:black; } 2. Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry. If this isn't something you're able to do then you would need to hire a developer for this. Take care.