StartPoint "Leave a Reply" Comment Section

Discussion in 'Forum Rules' started by amberlstarr, Aug 31, 2014.

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

    amberlstarr New Member

    Joined:
    Dec 8, 2013
    Messages:
    4
    Likes Received:
    0
    Hi. I'm not sure if this is where I post an issue, but here we go. I would like to remove or edit the "Leave a Reply" portion of the pages/posts in StartPoint. I cannot find where in the Theme Options to do that. Thanks.
     
  2. Yogesh

    Yogesh Guest

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

    Use following CSS in Custom CSS to remove comment portion.
    Code:
    .commentform_wrapper {
    display: none;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. amberlstarr

    amberlstarr New Member

    Joined:
    Dec 8, 2013
    Messages:
    4
    Likes Received:
    0
    ---------------------------------------------------------
    Thanks so much Yogesh! It worked perfectly! Yay!

    With appreciation,

    Amber
     
Thread Status:
Not open for further replies.

Share This Page