Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1369911
    ggarmen
    Participant

    I recently installed the Facebook Comments plugin and noticed that the “Leave A Comment” link in the post meta (below the headline) was then broken. So I searched the forum and found code to remove the Leave A Comment text. However, now I have an extra / after the date that I do not want. Can someone tell me:

    A) How to remove the extra /
    B) Change the link for “Leave A Comment” to correctly jump to the Facebook Comments plugin

    My website is getahip.com

    Thanks!

    #1370122
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please add this on your custom CSS on Customizer.

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

    Hope it helps, Cheers!

    #1371346
    ggarmen
    Participant

    That did the trick. Thanks!

    #1371514
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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