Hi,
Please open an article where you want to hide the masthead, open Google Dev Tools to check this article id (refer to this screenshot) after that try to add the following custom css code:
html.itemid-217 .ja-masthead {
display: none;
}
If you want to add more articles, use the following css:
html.itemid-217 .ja-masthead,
html.itemid-NEXT_ID .ja-masthead,
html.itemid-ANOTHER_ID .ja-masthead {
display: none;
}
Hope it helps..
Cheers
Joshua