Viliam Sedliak
asked 2 years ago

hello,

when i open question on my blog: https://www.wpromotions.eu/question/placeny-soubor/

I can see big avatar ilustration photo. How can i remove it? https://screenrec.com/share/Ms7gWqDBLI

Thanks

1 Answers
DominicStaff
answered 2 years ago

You can use the following CSS code to remove the avatar.

.single-dwqa-question .et_post_meta_wrapper img {
  display: none;
}
Powered by DW Question & Answer Pro