Removing comments box on ads

Discussion in 'ClassiCraft WordPress Theme' started by dcfrance92, Apr 1, 2013.

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

    dcfrance92 New Member

    Joined:
    Mar 27, 2013
    Messages:
    26
    Likes Received:
    0
    I would like to remove the comments box that appears on the bottom of the classified adverts. Is there any way of doing that? Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    (Settings -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    #commentsbox {
    display: none;
    }
    This will solve your issue.
     
  3. dcfrance92

    dcfrance92 New Member

    Joined:
    Mar 27, 2013
    Messages:
    26
    Likes Received:
    0
    Thank you very much. You've been very helpful.
     
Thread Status:
Not open for further replies.

Share This Page