Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1212948
    markw1
    Participant

    Hi there,

    Can you advise best way to hide the facebook comments from all portfolio items.

    Many thanks

    Mark

    #1213304
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this request, 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.

    #1214382
    markw1
    Participant
    This reply has been marked as private.
    #1214538
    Christian
    Moderator

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .single-x-portfolio .x-comments-area {
        display: none;
    }

    Hope that helps. 🙂

    #1214601
    markw1
    Participant

    Hi there, I have added this, cleared my caching, cleared my browser caching, but it is not working?

    #1214903
    Rupok
    Member

    Hi there,

    I can’t see the code on your site. So perhaps you have some other codes before that which was not closed properly. Make sure the other codes are correct and properly closed. The code is correct and must work if you add properly.

    Thanks!

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