badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Can I stop repeated information being displayed

#43736

Hi Brendan.

Do you want to hide the page title. If yes then Go to Appearance -> Customize -> Design options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.

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

Hope this may help you
Thank you!