Hi, I used the code you suggested but my footer color is not changing .footer-wrapper { background-color: FFC90E; } .footer { background: C8BFE7; } Did I miss something? Thanks!
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer { background: #C8BFE7; } .footer-wrapper { background-color: #FFC90E; } This will solve your issue. Thanks & Regards Gourav Shrivastava