Hi,
How to delete small avatars on questions list page?
thanks
1 Answers
You can add the following code to the style.css file:
.list-dwqa-question .dwqa-container .avatar {
display: none !important;
}
Hope this helps !
Thank you!
Please login or Register to submit your answer