Comments & Responses sections

Discussion in 'Cloriato WordPress Theme' started by msugar7275, Oct 13, 2017.

  1. msugar7275

    msugar7275 New Member

    Joined:
    Jun 20, 2017
    Messages:
    3
    Likes Received:
    0
    How do I remove this box from the bottom of all of my pages :

    Comments & Responses

    Comments are closed.
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    To remove that form, you need to paste the below custom CSS code in the Custom CSS field located under Dashboard->InkThemes->Theme Options->Styling Settings
    Code:
    #commentsbox {
        display: none;
    }
    This will help you to figure it out and resolve your issue(s).

    Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. msugar7275

    msugar7275 New Member

    Joined:
    Jun 20, 2017
    Messages:
    3
    Likes Received:
    0
    This removed the section that said "Comments are closed" but the Header saying "Comments and Responses "is still showing up on each page?
     
    Last edited: Oct 17, 2017
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To the comments form, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #commentsbox div#comment-form {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  5. millybreak

    millybreak New Member

    Joined:
    Mar 2, 2012
    Messages:
    5
    Likes Received:
    0
    Hello Akbar,

    Tried this in the Themia Pro theme, but it has no effect.
    Has something changed in the meantime?
    Milly
     
  6. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    Let us know which area of the theme you want to remove via some edited screenshot.

    We will provide you with the desired CSS code for that.

    Waiting to hear from you soon.

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page