Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Checkbox Styling › Reply To: Checkbox Styling
January 30, 2020 at 5:01 pm
#25568
Keymaster
Hi,
The background and the tick color you can change on the back-end here: https://i.imgur.com/RY5XMra.png
For border, try this custom CSS:
.asp_option_inner label {
border: 1px solid #000000 !important;
}