How can i remove the Template Header Background Image from all the pages http://www.liberty-industrial.com/
Hello, Your website is not working again. Paste the code given below in Custom CSS section to remove that image. (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .brd-crm h1, .brd-crm h1 a { color: #DA5A5A;; } .page-top-bg { height: 185px; } .page-top-bg img { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .page-post-container-wrapper { margin-top: -82px; } .brd-crm { bottom: 60%; } You can adjust values in above code with your requirement. It will resolve your issue. Thanks & Regards Yogesh Bhade