MTop corp
asked 9 years ago

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
DominicStaff
answered 9 years ago

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 !

Powered by DW Question & Answer Pro