Hi, How do I change the color of the header and footer at http://bankaccountpanama.com/ from balck to orange Thanks, Mike
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header-container { background-image: none; background-color: your color value; } .main-footer { background: your color value; }
Thanks very much. Also how do I change the color for the main section with 4 read more links towards the bottom of the home page http://bankaccountpanama.com/
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .index-container.first_featured{ background:red; } .index-container{ background:red; }