Portfolio Page

Is it possible to remove the top section of these pages? Once clicked on a portfolio page I want to go straight to the body of the text. Not see the featured image and not see the top tile/banner.

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
Can’t help you on scrolling function but can help you to hide part of the space on the page, please provide a link to the page and tell me which part of the page you would like to hide
Thanks!
Colorlib Support Team

Hello,

This is the site: https://garethlang.co.uk/

I want to remove the grey box with the title in it and the featured image from every portfolio page.

https://garethlang.co.uk/portfolio/strange-guest-sci-fi-48-hour-film-challenge

Thanks

Hi there,

To remove those two sections on the main portfolio pages use this CSS:

body.single.single-jetpack-portfolio div.header-callout{
    display:none;
}

body.single.single-jetpack-portfolio .post-content .entry-header{
    display:none;
}

Add it to appearance \ customize - additional css.
Hope this helps.

Thank you! That’s worked great!

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