Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #259985
    cinnamon21
    Participant

    I would like to hide the page title “Home” on my HOME PAGE?

    How do I do that?

    Thanks

    #260042
    Skandha
    Participant

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

    .home #post-5 .entry-title {
        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 page title?’ is closed to new replies.