How to hide/remove Page title?

can you please tell me how can i get rid off the page title,
regards

Add this to your Child Theme style.css or inside Theme Options – Other – Custom CSS

.page .entry-title {
    display: none;
}

Thanks ! :wink: