datepicker forminator form transparent or Z-index to low
-
The datepicker I added to my forminator form seems to be transparent or Z-index is lower then the content below the datepicker field. Tried adding this code to my css file
.ui-datepicker.forminator-calendar–default {
width:auto;
z-index:20000000;
margin:0;
padding:1px 0;
border:0;
border-radius:0;
background-color:#ffffff;
z-index: 9999;
}But that doesn’t seem to do the trick. Added this code in the forminator CSS sectiion as well in the CSS Apearence section of my them.
Anyone who can take a look and tell me what I’m doing wrong here.
Your help is much appreciated
Thanks
The page I need help with: [log in to see the link]
- The topic ‘datepicker forminator form transparent or Z-index to low’ is closed to new replies.