• Resolved thekoffeworks

    (@thekoffeworks)


    Hi,

    The date picker when active the background is transparent making it unreadable for the users. Request you to suggest how I can convert it to the solid background

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rajeshsingh520

    (@rajeshsingh520)

    This is caused by your theme CSS it is not the plugin related issue, please check your website and add appropriate CSS that will fix the issue

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Add this CSS that will fix the issue of the Callender not showing

    #ui-datepicker-div {
    background: #fff !important;
    }

    .ui-datepicker .ui-datepicker-header {
    background: #ccc !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Datepicker background transparent’ is closed to new replies.