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

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #59338
    i.v.theodoridis
    Participant

    Hi,

    I would like for the title of the Homepage not to appear on the page. How could I hide it AND remove the space that it occupies?
    (I was able to hide it but a white space still remains in its place which is not ideal.)

    Thanks,
    Yiannos

    #59348

    Hi Yiannos,

    Can you please share us the exact page of your site? So that we can see your site and provide you the exact code to remove those white space.

    Thank you for using our theme.

    #59352
    i.v.theodoridis
    Participant

    Hi,

    Site is inactive currently until the design is finished so unfortunately, can’t provide a link.

    If you forget the white space which I understand makes things more complicated, how would you remove the entire title element from a specific page?

    Thanks,
    Yiannos

    #59359

    Hi Yiannos,

    To remove the page title bar go to the Appearance > Customize > Additional CSS and paste the custom CSS code below:

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

    Thank you!

    #59362
    i.v.theodoridis
    Participant

    This removed the title from all pages. As I mentioned I just need this for specific ones like the Homepage where having the title just seems weird.

    #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

    #59385

    Hello,

    You can use that custom CSS code as well to remove the blank space as well.

    Thank you!

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