• The check boxes on the home page are not working. How can I fix that? I installed the custom CSS as suggested in a previous post and it’s still the same.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • in your code you have:

    input[type="checkbox"]:checked::before {
        color: #ffffff;
    }

    So they work fine but the check mark is white so you can’t see it. Change the color.

    Thread Starter beautyshape

    (@beautyshape)

    I have change the color and now is working in admin mode but even that it’s updated, it’s still doesn’t working once I exit admin mode

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Check Boxes not working’ is closed to new replies.