Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #242633
    aydi
    Participant

    Hi there,
    I need to hide “nothing found, Ready to publish your first post? Get started here.”
    This is the blog section on the home page, is it possible to hide it ? We don’t need a blog for now.
    Thank you a lot,
    Kind regards,
    Adélaïde.

    #242647
    Skandha
    Participant

    @aydi: Hello Adelaide,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content {
        display: none;
    }

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to Hide blog section’ is closed to new replies.