Html and Comment on Page

Discussion in 'StartPoint Business One Page WordPress Theme' started by lrepton, May 26, 2014.

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

    lrepton Member

    Joined:
    Nov 1, 2013
    Messages:
    57
    Likes Received:
    0
    How do I get rid of
    Leave a Reply, Comment box, Post Comment and html that appears on a Page created. See image.


    aboutus.jpg

     
  2. lrepton

    lrepton Member

    Joined:
    Nov 1, 2013
    Messages:
    57
    Likes Received:
    0
    It is showing this code on the page...

    You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
     
  3. lrepton

    lrepton Member

    Joined:
    Nov 1, 2013
    Messages:
    57
    Likes Received:
    0
    I went ahead and recreated a new page, all of the stuff disappeared except for:

    Comments are closed.


    How do I get rid of this on all static webpages not related to blog area.
     
  4. 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.
     
  5. lrepton

    lrepton Member

    Joined:
    Nov 1, 2013
    Messages:
    57
    Likes Received:
    0
    Thank you !​
     
Thread Status:
Not open for further replies.

Share This Page