• Hello, after plugin update my checkboxes I use on the site dissapeared. Inspector pointed me to the blossomthemes-email-newsletter-public.min.css where I found global styles:

    img {
    max-width:100%;
    height:auto
    }
    input[type=”checkbox”] {
    display:none
    }

    That’s quite destructive for a website, I supppose it is a bug?

    For now I worked around the problem by downgrading to previously used version 1.2.5.

    • This topic was modified 5 years, 5 months ago by iydem.
  • The topic ‘css problem – hidden checkboxes’ is closed to new replies.