• Can anyone help me remove ‘leave a reply’ box from pages I have set up using Mantra theme?

    I have worked out how to configure the rest but this is baffling me!?

Viewing 2 replies - 1 through 2 (of 2 total)
  • please use the forum search – there are many topics in this forum answering this in general – using the possible options within the dashboard.

    once you have tried all these, and still have problems, post back here and report what you have done so far.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Create a child theme of Mantra and activate that new child theme.

    In the child theme’s style.css file add these lines to the bottom:

    .comments-link {
            display: none;
    }

    That will prevent the ‘leave a reply’ box from being displayed.

    Edit: Doh! Beaten to it again. alchymyth’s advice is better and this could have been found easily with a search.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove 'leave a reply' box from pages’ is closed to new replies.