• Good day!

    I’m having a little issue with the checkbox being the same color as the background when unchecked which makes it hard to see.

    How do I change the color to white?

    Thanks a lot!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • In my opinion, making the checkbox color black would improve its visibility compared to white. To change the color, you can use the following code in Appearance > Customize > Additional CSS.

    .wcpa_wrap .wcpa_checkbox .wcpa_checkbox_custom {
        border: 1px solid !important;
    }

    Give it a try and let me know how that goes! ??

    Try adding this to Appearance > Customize, Additional CSS:

    .wcpa_wrap .wcpa_checkbox .wcpa_checkbox_custom {
    background-color:#ffffff;
    }

    Hi @tezartdesign,
    I have a solution for the checkbox item.

    Please add the below css code in your website. If you need more help contact with me.

    Screenshots – https://prnt.sc/XKemcwbWZc_T

    .wcpa_wrap .wcpa_checkbox .wcpa_checkbox_custom?{
    border: 1px?solid?#3340d3 !important;
    background-color: #ffffff !important;
    }

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the checkbox color’ is closed to new replies.