Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2743
    Tiffany Carra
    Participant

    My site has “Allow check boxes on signup line items that allow user to sign up for multiple tasks.” turned on. They were working last night, but now appear to be gone. The sign up sheet is set to Global also.

    #2744
    Tiffany Carra
    Participant
    This reply has been marked as private.
    #2746
    Fetch Designs
    Keymaster

    Hi Tiffany, I’m seeing some CSS coming from the theme stylesheet that is setting the opacity of checkboxes to zero which essentially hides it and I believe this is causing the issue. Has anything changed on your theme since last night? The style in question is…

    input[type=checkbox], input[type=radio] {
        height: 19px;
        opacity: 0;
        width: 20px;
    }
    
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.