How can I remove the page title from the top of the published pages? I want them to appear on the menu bar but not at the top of each page. Thanks http://www.979theagency.com
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content_wrapper .side_content .post h1 { display: none; } .fullwidth h1 { display: none; } This will solve your issue.