Hide or remove Page title page

Hi,

Is there an option in which we can hide/remove or adjust the size of the big title page? I think it’s taking too much space… (attached an image)

Thank you in advance :slight_smile:

Regards,

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the title or change the font size by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove Title*/
.bottom-header h2 {
    display: none;
}

/*Change title size*/
.bottom-header h2 {
    font-size: 20px;
}

Best Regards,
Support

This below mentioned CSS code is not working for my site

/Remove Title/
.bottom-header h2 {
display: none;
}

/Change title size/
.bottom-header h2 {
font-size: 20px;
}

Can you please help me out in this?

HI there

Dear @ketanbhagwat you posted here and here:
https://colorlibsupport.com/t/how-can-i-hideremove-page-titles-on-the-site/#post-147320

please don’t make duplicates of your question, :frowning: