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
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 !
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.
you’re welcome ! 😀
Please login or Register to submit your answer