Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #130162
    skynet
    Participant

    Hello guys, I want to remove “Leave a reply” From Searches https://www.natureword.com/?s=diet
    Is there any CSS code to do this? Thank you so much and have a great day!

    #130163
    skynet
    Participant

    Also, please i want to remove “Leave a reply” From Category https://www.natureword.com/category/health/

    #130192
    Pratik
    Keymaster

    Hi @skynet,

    Please try following code:

    
    body.search .comments-link,
    body.archive .comments-link {
        display: none;
    }
    
    /* To remove the padding gap, use following */
    body.search .entry-summary,
    body.archive .entry-summary {
        padding-top: 0;
    }
    

    Let me know if this is what you wanted.

    Regards,
    Pratik

    #130196
    skynet
    Participant

    Awesome support Pratik! Work perfect. You are so intuitive Pratik you read my mind! Really Thanks for padding gap code!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove "Leave a reply" From Searches’ is closed to new replies.