This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Various questions

#20550
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Miguel,

Thank you very much.

Try the custom CSS below for the date picker fields, it should result in something like this.

.asp_sb.asp_sb_5 fieldset.asp_custom_f:nth-of-type(4) {
    margin: -40px 0 0 90px !important;
    min-width: 0 !important;
    background: white;
    min-width: 0 !important;
}

.asp_sb.asp_sb_5 fieldset.asp_custom_f:nth-of-type(4) input {
    max-width: 67px !important;
}

It is sort of a hacky way, but it should still work. Which parts of the date picker colors would you like to change?