Remove Color Block Banner with Title on Single Pages

Hi, I’ve been looking through all the forum posts already, but none quite describe what I need to achieve. I tried a few things already with CSS, but to no avail.

I just want to remove the banner at the top of each single page post. I am using the Illdy theme.

Here is my website: https://1190studios.com

This is the CSS I’ve tried by the way:

#page-header .entry-title {
display:none;
}

Hey there

Try this code instead:

#header .bottom-header.blog {
display: none;
}

Thank you! This worked, just hadn’t gotten a chance to come back and respond.

Thanks, goog to know :slight_smile:

Case closed