• Resolved psybuck01

    (@psybuck01)


    created a “post” article but its showing a “comment” section below. How to remove this comment section?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @psybuck01,

    We can remove the comment form with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    div#comments {
    display: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter psybuck01

    (@psybuck01)

    Hi Manoj,

    This works perfectly!
    Thank you for the assistance and time. Its much appreciated!

    Regards,

    Psybuck01

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to remove the comment section on article post’ is closed to new replies.