• Resolved leahasana

    (@leahasana)


    Hi,

    On my product page it was displaying the author and date. With this code

    time {
    display: none;
    }
    .author {
    display: none;
    }

    I was able to get it to remove the author. But it is still showing the date. It looks like this:

    on September 26th, 2020 in

    How do I remove this?

    Thank you!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • What if you try the following?

    
    .post-meta {   
        display: none;
    }
    
    Plugin Support Tseten a11n

    (@tibetanitech)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide Date on Product page’ is closed to new replies.