Remove header image text for blog posts only.

Hi!

I’m using this code to try to remove the text in the header image only on blog posts. Unfortunately it seems to remove h1 on my home page and other pages as well.

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

Is there a way to specifically target certain pages and not others? I’m slowly getting more comfortable with inspecting my pages and css, but I’m not quite there yet.

Thanks so much for your help!

Solved it!

I used the inspector tool to find the post ID then played around with syntax until I got it.

.postid-379 #header .bottom-header h1 {
display:none;

Hello there,

I am glad that you found the solution.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support