Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1006926
    Exord B.V.
    Participant

    Hi,

    I use Facebook comments and now the leave a comment link doesn’t work.
    How can I remove or fix this?

    #1006976
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

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

    Hope it helps 🙂

    #1007019
    Exord B.V.
    Participant

    That worked!
    Now I only have to remove the /

    #1007049
    Thai
    Moderator

    Hi There,

    The provided CSS will also remove the /.

    Did copy all the CSS?

    Please provide us with your website URL so we can take a closer look.

    Thanks.

    #1007427
    Exord B.V.
    Participant
    #1007518
    Thai
    Moderator

    Hi There,

    Please change the previous CSS to this:

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

    Hope it helps 🙂

    #1007926
    Exord B.V.
    Participant

    Doesn’t work 🙁

    #1008117
    Jade
    Moderator

    Please use this instead:

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

    Hope this helps.

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