remove header-callout from all pages but not portfolio

Hi there
Is it possible to remove header-callout from all pages but not the portfolio?
Thanks
Emma

Hello Emma,

I hope you are doing well today.

Could you please describe the element that you are referring to? Possibly add an image so that I can see what you are referring to.

Best Regards,
Support

Hello
Thanks for getting back to me. I’m referring to the grey banner at the top. See screenshot.
Thanks
Emma

Hello there,

Thanks for that information.

You can use the following CSS code to remove the callout by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove call out*/
.header-callout {
    display: none;
}

Best Regards,
Support

Thanks but that also removes it from the portfolio. My question was whether I can remove it from all pages but not the portfolio?
Thanks

Hi there,
Thanks for keeping in touch with us.

In addition to the CSS given previously, kindly add and save the following code to Appearance > Customize > Additional CSS:

.post-type-archive-jetpack-portfolio .header-callout {
display: block!Important;
}

I hope this helps :slight_smile:

Best Regards,
Support

That worked, thank you!

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