Hi I want to remove the heading on each page. On this page for instance it is the word Services. http://www.avisualadvantage.net/ExtraEfforLandscaping/services/ Thank you
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-wrap h1 { display: none; } .folio-content h2 { display: none; } .content-wrap .contact h2 { display: none; } This will solve your issue.