Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1336401
    koosang153
    Participant

    Hello,

    Is there way to remove the dotted lines under the sharing buttons as the attached screenshot.

    I am using icon stack.

    Please advise. Thank you!

    #1336407
    Friech
    Moderator

    Hi There,

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

    .x-entry-share .x-share {
    	border: 0 !important;
    }

    Thanks.

    #1336440
    koosang153
    Participant

    Thanx it works!!!

    I have one more question!

    How can I take out all the comment section from all post?
    There should be a way to apply it to all posts right?
    Since I can’t go in every posts and go to setting and disable comments…I was wondering if there is any way to code them in customize css.

    Please help!!

    thank you!!

    #1336450
    koosang153
    Participant

    Thanx it works!!!

    I have one more question!

    How can I take out all the comment section from all posts?
    There should be a way to apply it to all posts right?
    Since I can’t go in every posts and go to setting and disable comments…I was wondering if there is any way to code them in customize css.

    Please help!!

    thank you!!

    #1336496
    Paul R
    Moderator

    You can try this third party plugin.

    Disable Comments – Remove Comments & Stop Spam [Multi-Site Support]

    Hope that helps.

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