AA Niv
asked 9 years ago

Hi guys, I just installed the DW QA-

When submitting an answer it is not showing on the site, I can see it on my WP admin. How can I change that so it will show?

Also how can I remove the captcha from the comment area as it is out of its place on the page.

When opening the DWQA on mobile the colors of the font and the background are very dark and you cannot see the questions, is there any way to change it?

gaia-trade.com/forum-3/

Thanks for any help.

1 Answers
DominicStaff
answered 9 years ago

Hi,

  • About the answer not display after submitting, you can send me username & password of your site for further checking.
  • To remove the Captcha from the comment area, you can add the following code to the style.css file:

    .single-dwqa-question .dwqa-comments #recaptcha_widget_div {
    display: none;
    }
  • Regarding mobile issue, you can add the following code to the style.css file:
    .dwqa-list-question .dwqa-header {
    background-color: #fff;
    }

    Hope this helps !

Powered by DW Question & Answer Pro