Cagatay Belgen
asked 9 years ago

Hello, I don’t want users to have profile pages. I just want their names displayed without author link. How do we do this?
Thanks in advance.

1 Answers
DominicStaff
answered 9 years ago

To resolve this issue, you can add the following code to the style.css file:

.dwqa-author {
   pointer-events: none;
   cursor: none;
}
.dwqa-single-question .author {
   pointer-events: none;
   cursor: none;
}

Hope this helps !

cagatay
replied 9 years ago

I want to cry, I am so emotional right now. This plugin literally is the best Q&A solution for WordPress! You guys are awesome.

dominic Staff
replied 9 years ago

you’re welcome ! 😀

Powered by DW Question & Answer Pro