Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #63929
    Audrey
    Participant
    Premium Member

    Hi,

    How can I hide the date in the related posts of each single post page (post footer section “you may also like”)?

    Thanks,

    Audrey

    #63931
    vako
    Keymaster
    WP Royal Team

    Hi Audrey,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .related-post-date {
    
    display: none;
    
    }

     

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.