I don’t know if I am allowed to answer questions here. 😀
Add this to your theme’s css file:
.dwqa-comments {
display: none;
}
Thanks mate but i just want to remove only from the question and not from answer .
Hi,
You can use the following code:
.dwqa-single-question .dwqa-comments {
display: none;
}
Regards,
DesignWall Team.
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.
Sorry about that, I have mistaken. Please use the following code:
.dwqa-single-question .dwqa-question-item .dwqa-comments {
display: none;
}
It works thank you so much.
(@friendlygooners)
8 years, 7 months ago
Hi i just want to know how to remove the comment section from questions cause to me it doesn’t look nice to have a comment in a question. You can check my website here if you want http://www.friendlygooners.com
The page I need help with: [log in to see the link]