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*

How to remove page header?

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #64059

    Hi there,

    To remove the page title just login to your WP dashboard and go to the Appearance > Customizer > Additional CSS and paste below custom css code:

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

    Thank you!

    #64061
    nnikola.jovanovic
    Participant

    Hello again! Thank you so much for your answer, it worked! The title is gone, but what about that white rectangle area? Is there a way to remove it too?

    #64211

    Please go to the Appearance > Customizer > Additional CSS and again paste below custom css code to remove the white rectangle area.

    .site-main .type-page {
    	background-color: transparent;
    	box-shadow: none;
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	padding: 0;
    }

    Thanks

    #64245
    nnikola.jovanovic
    Participant

    Thank you once again for your help!

    #64425

    Welcome anytime @nnikola-jovanovic

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.