Working on: http://www.praxispartnersllc.com/test/services/leadershipdevelopment/ See attached screenshot - I need to change the header stripe and the footer colors. How can I accomplish this? Thanks
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .heading_container { background: #003f87; } .footer_wrapper_top { background: #e6d395; } In place of "#003f87" and "#e6d395" you can put your color or color code.