Viewing 6 replies - 1 through 6 (of 6 total)
  • I don’t know if I am allowed to answer questions here. ??
    Add this to your theme’s css file:

    .dwqa-comments {
        display: none;
    }
    Thread Starter friendlygooners

    (@friendlygooners)

    Thanks mate but i just want to remove only from the question and not from answer .

    Plugin Author DesignWall

    (@designwall)

    Hi,
    You can use the following code:

    .dwqa-single-question .dwqa-comments {
        display: none;
    }

    Regards,
    DesignWall Team.

    Thread Starter friendlygooners

    (@friendlygooners)

    Hi thanks for replying unfortunately It doesn’t work. I mean the code you provided removed both the comments from question and answer but i just want to hide the from questions only.

    Plugin Author DesignWall

    (@designwall)

    Sorry about that, I have mistaken. Please use the following code:

    .dwqa-single-question .dwqa-question-item .dwqa-comments {
        display: none;
    }
    Thread Starter friendlygooners

    (@friendlygooners)

    It works thank you so much.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove comment section from question?’ is closed to new replies.