disable comments

Discussion in 'Regal WordPress Theme' started by blackdog2020liz, Sep 18, 2015.

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

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi,

    on mrholidaycottages.com.au if clients go to the contact page and click on the map, the map opens and they are able to post a comment. I want to disable this so they have to use the contact form but I can't find where to do it.

    Many thanks,
    Liz
     
    smith likes this.
  2. priya

    priya Guest

    Hello Liz,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#commentsbox {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    smith likes this.
  3. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Many thanks Priyanka.
     
Thread Status:
Not open for further replies.

Share This Page