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 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #63964
    nnikola.jovanovic
    Participant

    Hello! I’ve followed one of your videos, and set up the “menu” with lined up pages. Except the home page, the others look the same, just have different names. Here: http://prntscr.com/nx8pi6 you can see contact page. I want to remove this white rectangle with “Contact” written on it from that page completely. So, can you tell me how to do that? I don’t even now how to call it, so I just put “page heather” in my question. As you can see, I’m a beginner, so I really need your help.

    Thanks in advance.

    #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 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.