• Resolved Rahul

    (@hostyfire)


    Hi i want to remove the date from our website.
    for example (hostyfire-March 3, 2018-Hosting-Review-Comments) I want to remove this line from all of our website how can we do it?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @hostyfire,

    We can remove the above mention text with the help of custom css. You need to apply below given css into Appereance -> Customize -> Additional Css

    ul.meta.clr {
    display: none;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Theme Author oceanwp

    (@oceanwp)

    Hello, to remove the date fromt he meta, you just need to go on the Blog > Single Post section of the customizer and click the eye icon on the Date in the Meta setting.

    Hello @oceanwp, if I disable/hide the date in the post, will it alsi be hidden in the search result snippet? I appreciate your feedback. Thanks.

    Theme Author oceanwp

    (@oceanwp)

    Hello, if you hide it via CSS, I don’t think so, but I heard that Google doesn’t take into account hidden content so I’m not 100% sure.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove date from the post?’ is closed to new replies.