• Resolved Style_Chic

    (@style_chic)


    Hi there,

    I’ve tried to change the background of my form fields on the linked page to white with the following css as you have suggested on some other posts but its not working. Any ideas why? Also is there a way to make the input box edges square like the submit button rather than slightly rounded?

    /* White Input Fields */
    .widget_yikes_easy_mc_widget {
    background-color: #white;
    }

    (form is at the bottom of the page)

    Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hi @style_chic

    Looking at your code real quick, #white is not a valid color.

    You can use #ffffff or white.

    Give that a try.

    Thank you,
    -Tracy

    Thread Starter Style_Chic

    (@style_chic)

    Hi Tracy,

    I’ve added the following css to Appearence -> Customise -> Additional CSS

    /* White Input Fields */
    .widget_yikes_easy_mc_widget {
    background-color: white;
    }

    Also tried

    /* White Input Fields */
    .widget_yikes_easy_mc_widget {
    background-color: #ffffff;
    }

    No luck. Is this the correct area to add it?

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hi @style_chic

    That is exactly the correct place to put CSS.

    Please give this code a try:

    #yikes-mailchimp-container-1 .yikes-easy-mc-form input[type="email"],
    #yikes-mailchimp-container-1 .yikes-easy-mc-form input[type="text"] {
         background-color: #ffffff;
    }

    Let us know if that works!
    -Tracy

    Thread Starter Style_Chic

    (@style_chic)

    Perfect, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Background form field colour not changing’ is closed to new replies.