Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #67794
    solgava
    Participant
    Premium Member

    Hi!

    Is it possible to remove the date under the related posts in the single post footer?

    I don’t want the date to show and I can’t find an option or a checkbox for that in the related posts setup.

    #67799
    vako
    Keymaster
    WP Royal Team

    Hi Solgava,

     

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

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

     

    Kind Regards

    #67802
    solgava
    Participant
    Premium Member

    Perfect.

    Thank you!

    #67805
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

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