Okay
  Public Ticket #900848
How to remove LEAVE COMMENT SECTION on Posts?
Closed

Comments

  •  5
    Erik started the conversation

    I want to remove the LEAVE COMMENT bottom section for each post? I disabled the functions in "Discussion", but there is still a huge bottom margin with each post.

    How do I remove that?

  •  8,996
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   Erik replied privately
  •  8,996
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .single-post .bottom-meta,.single-post .comments-section {
        display: none !important;
    }
    
    .single-post .row ,.single-post #post-area > article .content-inner {
        padding-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team