windowstechblog
asked 9 years ago

hi,
 
DWQA latest version is suddenly not working anymore, seel ink: www.windowstechblog.nl/forums, how can i fix this problem?

5 Answers
DominicStaff
answered 9 years ago

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,

windowstechblog
answered 9 years ago

Indeed, the problems have resolved themselves without my action. Anyway thanks for your comment.
All text is now underlined, how can I remove it?

DominicStaff
answered 9 years ago

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 !

windowstechblog
answered 9 years ago

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
}
DominicStaff
answered 9 years ago

Hi,
Sorry about code provided in the previous answer, please add the following code:

.list-dwqa-question .post-content a {
   text-decoration: none !important;
}
Powered by DW Question & Answer Pro