how do i remove the title from each page as i want a clean ppage to start with and not the title from the menu
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .gallery h1{ display:none;} .fullwidth h1{ display:none;} .content h1{ display:none;}