Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1259635
    admin1213
    Participant

    Hello,
    Trying to remove the dates from posts as people are seeing the published date and thinking that is the event date, so I want to remove it or hide it from view. Thanks.

    #1259663
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    time.entry-date {
        display: none !important;
    }

    Thanks.

    #1259799
    admin1213
    Participant

    Thanks, that worked, but how do I get rid of the extra forward slash in there as well? Thank you.

    #1260011
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .p-meta span:nth-child(2)::after {
        content: "";
        padding-right: 0;
    }
    

    Hope that helps.

    #1260053
    admin1213
    Participant

    Perfect! Thank you very much!

    #1260070
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks

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