edled
asked 7 years ago

Hello
When someone asks a question there name is linked with the page which contains all the the questions they have asked.
Is it possible to deactivate this function?
Thank you 
EDLED Team

1 Answers
DominicStaff
answered 7 years ago

To disable link from the author, you can add the following code to the style.css file:

.dwqa-questions-list .dwqa-question-meta span:nth-child(2) a {
cursor: default;
pointer-events: none;
}
Powered by DW Question & Answer Pro