• Resolved kugarika1

    (@kugarika1)


    All my field sections disappearing during typing , so you can’t see what you’re typing until yo move to next field then you can see what has been typed.
    Not sure what I have touched this time but if it’s annoying for me it’s definitely annoying my customers.
    Please help

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

    (@codepeople)

    Hi,

    That should be a CSS from the theme that is setting the text color and background color the same for active fields.

    Please indicate the address of the page that contains the public booking form to check the case in detail.

    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 kugarika1

    (@kugarika1)

    Thank you
    That’s right I have changed the picture in the header could that be why?
    This is the page
    https://hertsmobilelaundrette.com/book-a-collection-slot/
    Thank you

    Plugin Author codepeople

    (@codepeople)

    Hi,

    You can add the following style to correct the one inherited from the theme:

    #fbuilder input:focus {
        border: 2px solid gray !important;
        color: #000000 !important;
    }

    You can add the needed styles into the “Appointment Hour Booking >> General Settings >> Edit Styles” area.

    Thank you for using the plugin!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Field section disappearing while typing’ is closed to new replies.