• Resolved suresh19830

    (@suresh19830)


    Hello support,

    In mobile screen, the placeholder text is not showing for date and time field in the Book appointment section in the website, can you please resolve this issue.

    Thanks !!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,
    Thank you for your query. We will fix this issue as soon as possible.
    Best regards.

    Plugin Author Ataur R

    (@ataurr)

    Hi @suresh19830

    Can you Please check our updated version.

    Regards

    .select2-container .select2-selection–single .select2-selection__rendered {
    padding-left: 0px;
    }

    input[type=”date”]:before{
    color:rgba(53, 53, 53, 0.44);
    content:attr(placeholder);
    }

    input[type=”date”].full:before {
    color:black;
    content:””!important;
    }

    input[type=”time”]:before{
    color:rgba(53, 53, 53, 0.44);
    content:attr(placeholder);
    }

    input[type=”time”].full:before {
    color:black;
    content:””!important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Placeholder text not showing’ is closed to new replies.