Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1109735
    Blupace
    Participant

    blupace.com

    Hi,

    So I have created a custom user page. I would like to remove the post author and date that appears at the top of the page. This is removed on my standard posts but not on these custom posts. How can I ensure that this is also removed.
    Any help gratefully appreciated.

    <p class="p-meta"><span><i class="x-icon-pencil" data-x-icon=""></i> vogue</span><span><time class="entry-date" datetime="2016-07-29T08:56:59+00:00"><i class="x-icon-calendar" data-x-icon=""></i> July 29, 2016</time></span><span></span></p>

    Kind regards

    Pace

    #1109738
    Blupace
    Participant
    This reply has been marked as private.
    #1109811
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Can you please share the exact url of the post as i don’t see meta information currently on any posts? In the meantime you can add this under Custom > CSS in the Customizer:

    p.p-meta {
        display: none !important;
    }

    Thanks.

    #1110111
    Blupace
    Participant
    This reply has been marked as private.
    #1110115
    Blupace
    Participant

    Ah ok I got it working with

    `.p-meta {
    display: none !important;
    }`

    🙂

    Thank you

    #1110129
    Thai
    Moderator

    Glad you’ve sorted it out.

    If you need anything else, please let us know 🙂

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