Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1181685
    jkonnikova
    Participant

    Hello X Team,

    Is there a way to display only date for the blog post? I do not want to display the email of the author of the blog.

    Thank you very much for your help!

    Jane

    #1181727
    Thai
    Moderator

    Hi Jane,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .p-meta>span,
    .p-meta>span::after {
        display: none;
    }
    .p-meta>span:nth-child(2) {
        display: block;
    }

    Hope it helps 🙂

    #1181960
    jkonnikova
    Participant

    Thank you very much, Thai! It worked!

    Thank you X team for excellent support you provide!

    Jane

    #1182022
    Darshana
    Moderator

    Glad we were able to help 🙂

  • <script> jQuery(function($){ $("#no-reply-1181685 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>