I would like to change the button color of “ask a question” from green to orange.
1 Answers
To resolve this issue, you can add the following code to the style.css file:
.dwqa-container .dwqa-btn-success {
background-color: #...;
border-color: #...;
color:#...;
}
.dwqa-container .dwqa-btn-success:hover,
.dwqa-container .dwqa-btn-success:focus,
.dwqa-container .dwqa-btn-success:active,
.open .dropdown-toggle.dwqa-container .dwqa-btn-success {
background-color: #....;
border-color: #....;
color: #...;
opacity: 1;
}
Hope this helps !
I did that, but it is not working.
Please send me your site for further checking.
You can open the style.css file in the folder path “\dw-question-answer\inc\templates\default\assets\css”. Find the line 114 to line 124, then you can change the color that you want to display. If you still face there issue, you can send me username & password of your site (via private answer) for further checking.Regards,
Please login or Register to submit your answer