• Resolved dannherrin

    (@dannherrin)


    How do I change the background color of the Personal Info fields (First Name, Last Name and Email) to white and the text to black?
    Thank you very much for your help.

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Matt Cromwell

    (@webdevmattcrom)

    Hi there,

    This should do it for you:

    [id*="give-form"] div#give_purchase_form_wrap input {
        background: white;
        color: black;
    }
    
    [id*="give-form"] div#give_purchase_form_wrap div.fl-is-active span label {
        color: black;
    }
Viewing 1 replies (of 1 total)

The topic ‘Background Color’ is closed to new replies.