Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #289970
    lblumenfeld
    Participant

    How can I turn off the title on the home page so that there’s no “Home” title above the copy on the page? I only want to do this on the home page. Thanks.

    #290012
    Skandha
    Participant

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

    #content .singular-content-wrap .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 ‘Turn off “Home” Title’ is closed to new replies.