Take Photo widget button rename

  • anbegaye1
    Asked on August 24, 2020 at 11:38 AM

    Hello,

    I am wanting to rename the "Take Photo" button on the Take Photo widget. I am unable to change the name. With the other buttons, I can simply click in the button text and change it, or change it in the widget properties. Any way to change the button text to "Tome Foto"? I have this widget on several pages of one form.

    Thanks!


  • Anita_K
    Replied on August 24, 2020 at 1:23 PM

    Hi,

    to change the button text on the Take Photo Widget, please insert the following CSS code into the Widget:

    div#takePhoto {

        color: transparent;

    }


    div#takePhoto:after {

        content: "Tome Foto";

        color: #808080 !important;

        position: absolute;

        left: 70px;

    }

    Take Photo widget button rename Image 1 Screenshot 20

    How to insert CSS into a Widget

    Please let us know if we can help you with anything else.