Hi @femke98,
To hide them on small screens, use the following CSS in Appearance > Customize > Additional CSS:
@media only screen and (max-width: 800px) {
.pb-header-posts-grid {
display: none;
}
}
You also have options to not show them for single post and page (but this applies to all screens):
Appearance > Customize > Posts Grid > Header Posts Grid (You can uncheck these: “Show in Posts”, “Show in Pages”)