Getting rid of white space beneath menu

Hi Colorlib team & Shapely theme developer,

What a wonderful theme you’ve produced! It’s incredible!

I’ve been able to hide the entry title using the CSS code:

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

However this still leaves a white gap / space. I dig through the forums and none of the recommended CSS to get rid of it worked. PLease assist, thank you!

Hello there,

I hope you are doing well today.

Could you please add a link to your website so that we can inspect it and provide some CSS code?

Best Regards,
Support

Hi there,

The website is cyruschoy.com, thank you!

Hi there,
Thanks for keeping in touch with us.

Kindly add and save the following code to Appearance > Customize > Additional CSS:

.header-callout {
    display: none!Important;
}

.pt0{
  padding-top:0px!Important;
}

I hope this helps :slight_smile:

Best Regards,
Support

Wow you guys are amazing, thank you so much! Will use your premium themes one day :slight_smile:

For others looking for same fix, this is the CSS code I added under “themes, customize. additional CSS”.

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

.header-callout {
display: none!Important;
}

.pt0{
padding-top:0px!Important;
}

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support