How do I remove "leave comment for this" ad?

Discussion in 'ClassiCraft WordPress Theme' started by nvr2late, Jan 22, 2015.

  1. nvr2late

    nvr2late Member

    Joined:
    Sep 10, 2014
    Messages:
    148
    Likes Received:
    2
    Location:
    Cambria, Ca
    When someone clicks on "view", they get both a reply section and a "leave comment for this" section.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi nvr2late,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div#respond h2 {
    display: none !important;
    }
    Thanks,
    Praveen
     

Share This Page