Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #298998
    lawson2014
    Participant

    I would like to remove the blog title and gray section from the blog page on http://www.maevejolene.com. I can do it on all the other pages but not sure how to do it on the blog page.

    #299016
    Skandha
    Participant

    @lawson2014: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

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

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Blog title/section’ is closed to new replies.