Jan 24, 2019 10:53 am
Hi team,
Is it possible to hide from the user´s profile the "questions and answers" as we are not planning to use the question template? Thanks in advance.
3 Replies
Jan 24, 2019 11:10 am
Hi @srtalop,
Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following code in "Custom CSS Code" textarea, save it, delete all caches, do CTRL+ F5 on frontend:
.wpf-statbox.wpfbg-9:nth-child(4) {
display: none !important;
}
.wpf-statbox.wpfbg-9:nth-child(3) {
display: none !important;
}
Jan 28, 2019 7:08 am
Hi, the "answers" tile was hidden, but not the "questions" one. Thanks.