0
Answered

"leave a review" button

Giuliano Lemme 4 years ago updated by Josh 4 years ago 1

Hello, is there a way to change te color of the button?

+1
Answered

You can add this custom CSS to the form. The background controls the background color and the "color" controls the text color.


.btnwprevsubmit {
background: #2ea3f2;
color: white;
}

You can get Hex color codes at a sight like this...

https://htmlcolorcodes.com/color-picker/