This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Checkbox Styling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25558
    Sebastian45Sebastian45
    Participant

    Hi there

    how can I style the checkboxes? I want them to have a border and a white background.

    Do you have some CSS?

    Best sebastian

    #25568
    Ernest MarcinkoErnest Marcinko
    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;
    }
    #25570
    Sebastian45Sebastian45
    Participant

    best of Thanx!

    you’ve made my day

    best seb

    #25583
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.