Richard Howse
asked 9 years ago

Hi,

Is there a way to remove the link around the authors name…

Thanks in advance

1 Answers
DominicStaff
answered 9 years ago

Hi,
To remove remove link around the author name in the questions, you can add the following code to the style.css file:

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

Hope this helps !

Powered by DW Question & Answer Pro