dan caldwell
asked 10 years ago

Example here: 

So whenever I try to link to my profile, and go to http://currentgent.com/author/dan, it shows my url, yet the author is not me and the bio is not me in the little bio section. how can I fix this??? thanks

1 Answers
Cagatay Belgen
answered 9 years ago

how can we completely get rid of author link?
I don’t want people who ask questions to have their author links, it is not necessary.

dominic Staff
replied 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;
}
Powered by DW Question & Answer Pro