Karen Doyle
asked 9 years ago

Hi,

How to delete small avatars on questions list page?

thanks

1 Answers
DominicStaff
answered 9 years ago

You can add the following code to the style.css file:

.list-dwqa-question .dwqa-container .avatar {
    display: none !important;
}

Hope this helps !

termoplus
replied 9 years ago

Thank you!

Powered by DW Question & Answer Pro