Removing header-callout from certain pages shapely theme

Hello. I kindly ask for your help with a trouble that i have in a site using the wonderful shapely theme.
I want to remove the header -callout from certain pages responding to my main menu. I have tried the code through search:

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

which is very correct, but for all the pages, that i have. Can i just have a code only for certain pages???
thank you in advance…

Hello there,

I hope you are doing well today.

In order to do this for the specific ages you need to find the page id for the page in question and add it to the CSS. Here is an example:


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


How to find the page id:

Best Regards,
Support

thank you very much for your quick response…
it works 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