Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1338678
    riasage
    Participant

    I want to hide the Author’s name and date everywhere in the site. How can I do that?

    #1338807
    Rahul
    Moderator

    Hi there,

    Please add the following CSS workaround into your Customizer, Custom > CSS section using the menu Appearance -> Customize.

    .p-meta > span:nth-child(1) {
        display: none;
    }

    Hope that helps.

    #1338851
    riasage
    Participant

    Thank you

    #1338867
    Joao
    Moderator

    You are welcome 🙂

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