Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1184595
    strandbein
    Participant

    Hello,
    something cosmetical. I have successfull removed author, categorie etc. from the single post page with some css-entrys found in this forum, so that only the date remains:

    .p-meta > span:first-child {
    display: none;
    }

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

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

    .single .entry-featured {
    display:none;
    }

    Works wonderful, but after the date there is always a “/”. How to remove that?
    Thank you,
    Jens

    #1184598
    strandbein
    Participant
    This reply has been marked as private.
    #1184630
    Thai
    Moderator

    Hi There,

    Please add the following CSS also:

    .p-meta>span:after {
        display: none;
    }

    Hope it helps 🙂

    #1186780
    strandbein
    Participant

    Works! Great support, thank you very much, Jens

    #1186803
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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