Hello
1-I wanna change the color of the buttons from green to blue to adapt it to my theme. How to do that?.
2-After that, could I keep the blue color even if there is an update of the plugin?
my website: http://medisland.net
1 Answers
1-2: To resolve this issue, you can add the following code to the style.css file:
.dwqa-container .dwqa-btn-success {
color: #...;
background-color: #...;
border-color: #...;
}
Hope this helps !
Please login or Register to submit your answer