Site logo

Archived topic

Remove Header in Blog Page

3 replies · Started by Callum on November 3, 2015

Viewing posts 1–4 of 4

Hello!

I am having trouble removing the header in the blog page. I am currently in the process of building a new business site which will have just the menu at the top of each page (much like the Generate Press site).

I have acheved this in each other page by disabiling the header, although i can see this does not have an effect on the blog page.

What is the best way to remove this? I have attempted some CSS found on this forum amongst others such as

.blog .site-header {
display: none;
}

but it doesnt seem to have an effect! (I am completely new to CSS so this may be me!)

Any help would be much appreciated

Thanks,

Callum

Hi Callum,

.blog .site-header {
    display: none;
}

That should work. Can you link me to your site so I can take a look at why it isn't?

Hi Tom,

I think I have solved the issue now! It seems that the custom CSS plugin that I was using wasn't functioning properly; I tried an alternative and were game on!

Thanks for your help,

Callum

Glad you got it working :)

This archived topic is closed to new replies.