Remove Leave a Comment

Discussion in 'Local Business WordPress Theme' started by mrmatt, Feb 19, 2015.

Thread Status:
Not open for further replies.
  1. mrmatt

    mrmatt New Member

    Joined:
    Dec 13, 2014
    Messages:
    10
    Likes Received:
    0
    Hello,

    How do I remove the "Leave A Comment" I do not want anyone to be able to leave comments and would just like to remove it completely.

    Thanks
    Matt
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey Matt!

    Please use the css code given below.
    Code:
    div#commentsbox {
    display: none !important;
    }
    Thanks,
    Praveen
     
  3. mrmatt

    mrmatt New Member

    Joined:
    Dec 13, 2014
    Messages:
    10
    Likes Received:
    0
    Awesome! Thank you so much.
     
Thread Status:
Not open for further replies.

Share This Page