• Resolved aeras78

    (@aeras78)


    I need help to change the text “ΚΑΤΑΧΩΡΗΣΗ ΚΡΑΤΗΣΗΣ” in page https://kaa.gr/?page_id=84
    from upper to lower case.

    I tried CSS Styles:

    .pbSubmit{
    text-transform: none;
    }

    but no result.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Please try with the following style:

    .pbSubmit{
    text-transform: capitalize !important;
    }

    Thank you for using the plugin!

    Thread Starter aeras78

    (@aeras78)

    Didn’t work.
    Still the letters are capital.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    I’d need to see the booking page to check the styles affecting it but I can’t see the page since it is behind a login page. Do you have a similar booking form in some public location?

    If you don’t want to share the address of the booking form in this public forum you can send it using the following contact form: https://apphourbooking.dwbooster.com/contact-us

    Thank you!

    Thread Starter aeras78

    (@aeras78)

    Hi,

    I ve sent you the booking page login details using your contact form.

    Thanks for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Submit button text transform’ is closed to new replies.