• Resolved specotech

    (@specotech)


    All check boxes on my site don’t seem to be appearing correctly. Instead of checks I get these blue outlined boxes? They can be seen in the link to the page I gave and this page too: https://devspecotech.com/audio-design-request-form/ under “General Purposes of Sound System (check all that apply)”. I am using OceanWP with elementor pro and the comparing products plugin is a woocommerce plugin but it seems like all check boxes through the whole site are like this? I have tried deactivating all plugins except elementor pro but that doesn’t seem to do anything.So I am thinking it’s a OceanWP problem. Thanks.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the exact same problem with the same setup. My initial thought was Font Awesome compatibility.

    same issue here. It was already mentioned in a few different threads in this forum as far as I remember.
    For some people a workaround seemed to be fine. Try to use following code in custom CSS:

    
    input[type=checkbox]:checked:before {
        font-weight: 600;
    }
    
    Thread Starter specotech

    (@specotech)

    Thank you so much this worked. I guess it’s a bug in the theme if multiple people are having this issue.

    Hello,

    This issue has been fixed in the latest update of the oceanwp theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Check Boxes aren’t check boxes for me?’ is closed to new replies.