Hi, I like the different styling option, however, it doesn't change the color of the footer areas with the "Shortly About Us" section. Could you hook me up with some CSS code to change the color to #07652d? Thanks, Jason
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-wrapper { background-color: #07652d; } .footer { background:#07652d; } This will solve your issue.