Remove Comment box

Discussion in 'SpotMoto WordPress Theme' started by scarn8881, Mar 11, 2014.

  1. scarn8881

    scarn8881 Guest

    Joined:
    Jan 15, 2013
    Messages:
    41
    Likes Received:
    0
    How can I remove the Comment box on the blog posts? Client does not want people to leave comments.

    website is www.integrate2000.com

    Thank you.

    Sherry
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    #commentsbox {
    display: none;
    } 
    This will solve your issue.
     
  3. scarn8881

    scarn8881 Guest

    Joined:
    Jan 15, 2013
    Messages:
    41
    Likes Received:
    0
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    We have checked both the link and not found comment box.
    I think it is a cache issue.
    Check your website on another system and clear the cache of your system.
    This will solve your issue.
     

Share This Page