Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #80791
    Beverly
    Participant

    How do I remove or hide the word HOME off the home page. How do I do this. Do I add CSS code? If so what is it.

    #80798
    Mahesh
    Participant

    Hi @Beverly,

    To hide the word Home title on the home page, add the following CSS in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS Options” box:

    .home #main header.entry-header {
        display: none;
    }

    Let me know if this solved your issue.

    Thanks.

    #80824
    Beverly
    Participant

    Hi Mahesh,

    Yes this fixed my problem! Thank you thank you thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to Hide the word HOME title on the home page’ is closed to new replies.