rwhmur
asked 8 years ago

I don’t need the avatars shown. Is there a way to hide them?

1 Answers
DominicStaff
answered 8 years ago

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;
 }
Powered by DW Question & Answer Pro