• Resolved sarman72

    (@sarman72)


    Hello,

    As noted in the title, when entering text into the form, it is not visible until the user clicks off that input field.

    Is there an easy work around for this?

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

Viewing 1 replies (of 1 total)
  • Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @sarman72,

    Thank you for writing in,

    Please go to your dashboard >> appearance >> customize >> additional CSS and add the following CSS code.

    .everest-forms .StripeElement, .everest-forms canvas.evf-signature-canvas, .everest-forms input[type=date], .everest-forms input[type=datetime-local], .everest-forms input[type=email], .everest-forms input[type=file], .everest-forms input[type=image], .everest-forms input[type=month], .everest-forms input[type=number], .everest-forms input[type=password], .everest-forms input[type=range], .everest-forms input[type=search], .everest-forms input[type=tel], .everest-forms input[type=text], .everest-forms input[type=time], .everest-forms input[type=url], .everest-forms input[type=week], .everest-forms select, .everest-forms textarea {
        color: #494d50 !important;
    }

    Regards!

Viewing 1 replies (of 1 total)

The topic ‘Dark Theme – Content not visible while typing’ is closed to new replies.