Home Forums Basel support forum How to remove comments on blog post (or any page)

How to remove comments on blog post (or any page)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #91408

    Design_LSB
    Participant

    Hi,

    I do not wish to have users be able to comment on blog posts. I have already implemented the following Basel theme settings:
    Dashboard -> Theme Settings -> General -> Show comments on page -> “off”

    And on the blog post page itself, disabled any options for commenting within the edit page ‘Screen Options’, yet still the ability to leave comments still remain.

    How can this be resolved in the Basel theme?

    Attachments:
    You must be logged in to view attached files.
    #91423

    Hello,

    Add this code to the Theme settings > Custom CSS

    .comments-area{
        display: none!important;
    }

    Best Regards

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