I am trying to remove the Title and space from each Page at: http://doubloonwebs.com/excertus2/?page_id=203 I used this code, but does not work: .page-content .fullwidth h1.page-title { display: none; } .page-content .content-bar h1.page-title { display: none; } I also tried adding !important right after "none", but still does not work. Thank You
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page-heading { display: none; } Thanks & Regards Gourav Shrivastava