Okay
  Public Ticket #2890396
blog header
Closed

Comments

  • zeina10002 started the conversation

    there is no header only a blank white space. I would just like the masonary grid

  •  1,878
    Judith replied

    Hi Zeina,

    You would want the masonry grid to occupy the header space?

    Thanks.

  • zeina10002 replied

    Yes, I would like to remove the header basically on the blog page "news"

  •  2,960
    Andrew replied

    Hi again,

    Try the following CSS.

    .blog.material #page-header-wrap {
        display: none;
    }
    

    Regards,