I don’t need the avatars shown. Is there a way to hide them?
1 Answers
To resolve this issue, you can add the following code to the style.css file
.dwqa-questions-list .dwqa-question-item {
padding-left: 10px;
}
.dwqa-question-item .avatar {
display: none;
}
Please login or Register to submit your answer