i have problem with submit button, it’s look classic button not following theme css..why?
1 Answers
At the moment, the plugin gets the CSS of the theme and I think your site has not the CSS for all the button, in this case, you can use the following code to style for the button on your site.
.dwqa-questions-footer .dwqa-ask-question a,
.dwqa-btn {
background: #...;
color: #...;
border-color: #....;
padding: 10px 16px;
border-radius: 4px;
}
If you have any issue, you can send me your url site for further checking.
Please login or Register to submit your answer