Title: Date picker transparency
Last modified: December 8, 2021

---

# Date picker transparency

 *  Resolved [speedyweb35](https://wordpress.org/support/users/speedyweb35/)
 * (@speedyweb35)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/date-picker-transparency/)
 * On my webpage I got an transparant date and time picker issue. In this way it
   isn’t readable for users. Unfortunately I tried a lot, but still have this issue
   and don’t know how to fix.
 * Please could someone give me a help on this one?
 * Thanks in advance.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdate-picker-transparency%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Support [Laura – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support8/)
 * (@wpmudev-support8)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/date-picker-transparency/#post-15143983)
 * Hi [@speedyweb35](https://wordpress.org/support/users/speedyweb35/)
 * I hope you’re well today!
 * Please try adding following CSS to the site, via “Appearance -> Customize -> 
   Additional CSS”:
 *     ```
       .forminator-calendar--material table,
       .forminator-calendar--material .ui-datepicker-header {
       	background:#CCCCCC;
       }
       ```
   
 * You may need to clear cache on site after adding it to see results and also you
   may want to edit the color as I used #CCCCCC as an example and it’s just gray.
 * It should make the date picker non-transparent.
 * Kind regards,
    Adam
 *  Thread Starter [speedyweb35](https://wordpress.org/support/users/speedyweb35/)
 * (@speedyweb35)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/date-picker-transparency/#post-15144197)
 * Thanks Adam for your help.
 * The date picker works fine now. Please could you help me also with time picker
   where I’ve the same transparant issue.
 * Thanks,
 *  Plugin Support [Laura – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support8/)
 * (@wpmudev-support8)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/date-picker-transparency/#post-15144254)
 * Hi [@speedyweb35](https://wordpress.org/support/users/speedyweb35/)
 * I’m glad I could help.
 * For time pickers this additional CSS should help:
 *     ```
       .forminator-select-dropdown-container--open {
       	background:#CCCCCC;
       }
       ```
   
 * You can apply it the same way as the previous one.
 * Best regards,
    Adam
 *  Thread Starter [speedyweb35](https://wordpress.org/support/users/speedyweb35/)
 * (@speedyweb35)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/date-picker-transparency/#post-15144362)
 * Hi Adam,
 * Thanks a lot, all works fine now. Really appreciate.
 * Cheers

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Date picker transparency’ is closed to new replies.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

## Tags

 * [date picker](https://wordpress.org/support/topic-tag/date-picker/)
 * [Time Picker](https://wordpress.org/support/topic-tag/time-picker/)

 * 4 replies
 * 2 participants
 * Last reply from: [speedyweb35](https://wordpress.org/support/users/speedyweb35/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/date-picker-transparency/#post-15144362)
 * Status: resolved