• Resolved speedyweb35

    (@speedyweb35)


    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 to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @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

    (@speedyweb35)

    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 Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @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

    (@speedyweb35)

    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.