Hi I would like to know how would I replace the grey header of secondary pages with color or an image if I needed to? Thank you. Ben
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header_container.not_home{ background:red; } Inplace of "red" put your color code. Thanks & Regards Gourav Shrivastava
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header_container.not_home{ background:url('ENTER YOUR IMAGE ADDRESS HERE'); } Thanks & Regards Gourav Shrivastava