[Resolved] Remove Header in Blog Page

Home Forums Support [Resolved] Remove Header in Blog Page

Home Forums Support Remove Header in Blog Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #150060
    Callum

    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

    #150169
    Tom
    Lead Developer
    Lead Developer

    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?

    #150298
    Callum

    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

    #150419
    Tom
    Lead Developer
    Lead Developer

    Glad you got it working 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.