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: How to Show the Featured Image in Page/Post?

#62797

Hi Rufando,

Add below line of code into your custom CSS option to hide the page title container:

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

Thank you!