Tanuj
asked 3 years ago

So I have a site recently created using catch themes (clean journal). I m using the dark or night mode of the theme and have a question posting and answering page where I have used dw qa plug in. The problem is while posting a question  , the text is not much visible while filling the title , name and extras. Only after you have filled it , it becomes a little bit clear but not exactly. the same is happening with comment section.Kindly help.
My site link mconnects.ga  and open discussing is the page where question list is present and can be answered and ask page is for posting questions. 

1 Answers
DominicStaff
answered 3 years ago

You can add the following code to the style.css file:

.dwqa-content-edit-form input[type="text"], .dwqa-content-edit-form input[type="email"], .dwqa-content-edit-form select {
    color: #000 !important;
    background: #fff !important;
}
Powered by DW Question & Answer Pro