Datepicker calendar transparent background issue
-
Hi,
Great plugin which has many very useful options in the free version !
One of such options is a calendar based datepicker, but it renders with transparent background which makes it visually difficult, especially on mobile phones.
Using Firefox inspector (for Default form style), this seems to come from forminator-form-default.full.min.css styling:
.ui-datepicker.forminator-calendar–default {
width: auto;
z-index: 20000000;
margin: 0;
padding: 1px 0;
border: 0;
border-radius: 0;
background-color: transparent!important;
}I have tried to overwrite “background-color” setting in Custom CSS with and without “!important” to no avail (maybe not using proper reference ?).
It seems that I can set calendar background color directly in Forminator CSS file, but it would be probably overwritten with any Forminator update.
Please advise if there is a proper way to change the calendar background colour.
Also it is interesting to know why it is set to “transparent!important” in the original CSS files ?Regards,
Eugene
- The topic ‘Datepicker calendar transparent background issue’ is closed to new replies.