HW Lee
asked 9 years ago

I would like to change the button color of “ask a question” from green to orange.

1 Answers
DominicStaff
answered 9 years ago

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 !

HW Lee
replied 9 years ago

I did that, but it is not working.

Dominic Staff
replied 9 years ago

Please send me your site for further checking.

Dominic Staff
replied 9 years ago

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,

Powered by DW Question & Answer Pro