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 remove page title?

#59363
i.v.theodoridis
Participant

Found it.

To remove the blank space, I needed the following where page id is the id of the page I want to modify.

.page-id-85 .site-content {
padding-top: 0px;
}

Thanks