Hi,
I’m using the Modern Events Calendar and made a page for front end submission of new events. This page works fine in Firefox, but in safari and Chrome the checkboxes aren’t showing. Tried disabling all plugins, but that did not help. I tried the following code in the customizer:
input[type=“checkbox”]
{
-webkit-appearance:checkbox;
}
This didn’t solve my problem either. Any suggestions?
By the way, I have troubles anyway with styling MEC via custom css. In the inspector everything works fine, but once the code is in the customizer it’s stops working.
Kind regards, Arnold