CSS not working - by jodybethw - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Olga Barlow

  • Avatar: jodybethw
    jodybethw
    Participant
    November 21, 2016 at 18:42

    I need to change the text color of the Submit button on a form in my footer. This is not working when placed in Custom CSS:

    .button, .btn, input[type="submit"] {
     color: #ffffff;
     }

    What am I missing?

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 21, 2016 at 19:37

    Hello,

    I don’t see your code in custom CSS. Please, add the following code to change the color

    .footer .widget_mc4wp_form_widget input[type="submit"] {
        background-color: your_color;
        border: your_color;
    }
    .footer .widget_mc4wp_form_widget input[type="submit"]:hover {
        background-color: your_color;
        border: your_color;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.