• Resolved gbordormor22

    (@gbordormor22)


    Hello Sir,

    I need 2 simple help from you:

    1.) I need my Submit Button to be in the center, and 50% width.

    2.) I need my Placeholder Text to be black.

    How do I achieve these Two(2) simple requests?

    Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support wayes001

    (@wayes001)

    Sure, it’s straightforward to make those changes. Follow these steps:

    1. Centered and 50% Width Submit Button:

    2. Black Placeholder Text: Currently there is don’t have the option to change the placeholder color but you can do it with Custom CSS. Please use this CSS to change color.

    • Goto to Builder Setting
    • Custom Code
    • CSS. Please check the screenshot: https://i.imgur.com/SAFNXVi.png
    • Insert the following CSS code: .b2-2-fld::placeholder, .b2-4-fld::placeholder, .b2-9-fld::placeholder, .b2-10-fld::placeholder { color: #000000 !important; }

      Here b2-2, b2-4, b2-9, and b2-10 is the field key. Modify the field keys (e.g., b2-2, b2-4, b2-9, b2-10) based on your form’s structure.
    Plugin Support wayes001

    (@wayes001)

    You can use this CSS instead of the previous one we provided.
    ._frm-b96 input::placeholder, ._frm-b96 textarea::placeholder {
    color: #000000 !important;
    }

    Here 96 is the Form ID. Modify the Form Id based on your form’s ID.

    Thread Starter gbordormor22

    (@gbordormor22)

    I have gotten the Submit button to 50% as I need it to be.

    The Placeholder colour has also worked through the CSS that you supplied.

    Now, there are 3 things I want to talk about:

    1.) You said that there’s no direct option to determine Placeholder Text Colour.

    Can you Please add this option in your next update?

    2.) If you see here — https://prnt.sc/beosReUW9Xda

    You will notice that the Date field and the Time field are shown by placeholder Text.

    How can I get my Bit Form to show Placeholder Text for Date field and Time field?

    3.) How can I increase the height of my Form fields?

    Regards.

    Plugin Support wayes001

    (@wayes001)

    1.) Regarding the Placeholder Text Color:

    We have forwarded your request to our development team. They will consider implementing the option to change the placeholder color directly from the builder in future updates.

    2.) Date and Time Field Placeholder Text:

    Unfortunately, the ability to change the placeholder text for the Date and Time fields is not currently available in Bit Form.

    3.) Increasing Form Field Height:

    To increase the height of your form fields, you can follow these steps:

    • Go to Styling > Elements & Layers > Individual Element.
    • Choose the respective form field under Responsive Fields > Input.
    • Increase the height as needed.

    Please refer to the attached screenshot for visual guidance: https://i.imgur.com/DnJyrtm.png. If you have any further questions or need assistance, feel free to ask.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Submit button in the Center, and Black colour for Placeholder Text’ is closed to new replies.