Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1182532
    breepear
    Participant

    I figured out how to remove the “leave a comment” portion under the title of a post, but when I did that it didn’t remove the last forward slash. How do I remove that?

    #1182610
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1183775
    breepear
    Participant
    This reply has been marked as private.
    #1183988
    Jade
    Moderator

    Hi there,

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

    .p-meta>span:after {
        display: none;
    }
    
    .p-meta span {
        display: inline-block;
        margin-right: 8px;
    }

    Hope this helps.

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