Replies: 0
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.