Okay
  Public Ticket #4502357
Hiding the "Title" on the home page.
Closed

Comments

  • James started the conversation

    I have implemented a temporary fix, but I would really like to have a more permanent fix. How do I hide the title on the home page? 

    I have tried adding both of the following CSS coding, but neither seems to work. Can you help me? 

    .page-id-27 .entry-title {
    display: none;
    }



    .home .page-title {
    display: none;
    }


  •  297
    Paul replied

    Hello James,

    Thank you for your update. Based on the custom CSS you tried, the second snippet should work — it matches what I suggested in the other ticket. If it still doesn’t take effect, adding !important may help. For example:

    .home .post-title {
        display: none !important;
    }

    Since this ticket is a duplicate of the same issue, I’ll close it out so we can keep everything in one place. Please continue the discussion in the other ticket.

    Best regards,
    Paul