MEC where to change label

Hello

Im having a problem try to change the date label on the booking module form. i can change CSS by adding into style area but can someone guide me to where or hwo i can change the label from:

“Date” to “Select Date”

ive attached a image showing where it is

Can anyone help me on this?

Hey @bulli79,

Regretfully, there’s no option to change the Date Label so you need to proceed with CSS. I read that you know how to change with CSS but for other users, here’s the code to add a text before the label.

[for="mec_book_form_date"]:before {
    content: "Select ";
}

Not related to the issue, I saw that you’ve bumped your thread. Please do not do that as we answer threads from oldest to newest and your thread will be queued back as a new thread.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.