How to remove or disable Page title ?
Just add this css code in Dashboard > Appearance > Theme Options > Layout > Custom Css & Js > Enable Css > Yes > Paste the css code inside the text area > Save All.
.main-title-section {display: none !important;}
Leave A Comment?