Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Various questions › Reply To: Various questions
December 27, 2018 at 11:18 am
#20550
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?