Home Forums Pro Themes Travel Eye Pro Want to remove comment widget/plugin from website pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37339
    janiceschultze
    Participant

    Hi – I have a comments section on each of my website pages, except the About page, and I would like to get rid of it, especially since they are all static pages and don’t need comments on them. It is on the bottom of my website pages, like here:

    https://www.redrockstravelcompany.com

    I have tried to find the widget or plugin that would remove this, but I can’t. Please help

    #37354
    wensolutions
    Keymaster

    Hello @janiceschultze,

    To disable the comment section in the pages you can use below CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .page div#comments {
        display: none;
    }

    Also if you want to disable the comment section in specific page then you can use the above given CSS targeting the id of the page eg:

    .page-30 div#comments {
        display: none;
    }

    You can the id value according to your page ID.

    Hope this helps.

    If you have any query further, please let us know.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.