Hi I would like to remove the page heading and leave the bread crumbs. (the heading is the words "Working together" remove page headings for every page. Thanks. http://solditclosedit.com/marketing-strategies/
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page-content .content-bar h1 { display: none; } This will solve your issue.