hi,
DWQA latest version is suddenly not working anymore, seel ink: www.windowstechblog.nl/forums, how can i fix this problem?
I have checked your site and still work fine, I think you have resolved this issue.
If you still face there issue, please send me a screenshot for further checking.
Regards,
Indeed, the problems have resolved themselves without my action. Anyway thanks for your comment.
All text is now underlined, how can I remove it?
Hi,
To remove the Underlined in the DW Q&A, you can add the following the code to the style. css file:
.list-dwqa-question .post-content a {
text-decoration: none !important;
}
Hope this helps !
better late than never, but it has not yet been resolved. 😉 I have add this:
.list-dwqa-question .post-content a {
text-decoration: none !important
}
Hi,
Sorry about code provided in the previous answer, please add the following code:
.list-dwqa-question .post-content a {
text-decoration: none !important;
}
Please login or Register to submit your answer