fatmaasirafy
asked 6 years ago

I have two problems with the plugin, the first one is the style. It\’s not matching my current theme style and I don\’t know anything about coding.
The second problem is, I want to have one simple page for submitting and viewing the questions from my customers, therefore, I need to remove the (Ask question) button, and remove the tag area for simplicity.
Can you help me with these please?

1 Answers
DominicStaff
answered 6 years ago

Please send me your site URL for further checking, I will check and help you resolve it.

fatmaasirafy
replied 6 years ago

Hello I really appreciate your fast respond, this is my website URL: http://www.fatmaalsirafy.com/questions-answers/

Dominic Staff
replied 6 years ago

I have checked your site and to remove the button, you can add the following code to the style.css file
.dwqa-questions-footer .dwqa-ask-question {display: none;}
About the style, can you let me know what do you want to change?

fatmaasirafy
replied 6 years ago

Hi,
I added the line you gave me which is (.dwqa-questions-footer .dwqa-ask-question {display: none;}
), but nothing has changed, I placed it at the end of the file. Am I missing something here?

And also regarding the style I want, I wanted the form to look exactly like the form shown in the bottom on this page (http://www.fatmaalsirafy.com/), especially the size of each cell and the green color of the button.

Thank you very much for helping.
Regards

Dominic Staff
replied 6 years ago

Please try the following code:
.dwqa-questions-footer .dwqa-ask-question {
    display: none !important; 
}

.dwqa-container input[type=”submit”]:hover {
background: transparent;
color: #43cb83;
border-color: #43cb83;
}

.dwqa-container input[type=”submit”] {
background: #43cb83;
border-color: #43cb83;
color: #fff;
min-width: 145px;
border-width: 2px;
font-weight: bold;
padding: 13px 40px;
cursor: pointer;
font-size: 14px;
text-transform: uppercase;
}
.dwqa-content-edit-form input[type=text], .dwqa-content-edit-form input[type=email], .dwqa-content-edit-form select {
height: 37px;
}

If you still face their issue, you can send me username & password of your site for further checking.

Powered by DW Question & Answer Pro