How to Remove Feedback & Comments from ALL listings

Discussion in 'VideoCraft WordPress Theme' started by joshualevisturm, Sep 19, 2014.

  1. joshualevisturm

    joshualevisturm Member

    Joined:
    Dec 1, 2012
    Messages:
    75
    Likes Received:
    1
    I do not want to allow Feedbacks or comments on any of my listings... is there an easy way to remove them all at once?
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use following css code in Custom CSS to remove that section.
    Code:
    #commentsbox {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page