Home Forums Basel support forum Appearance issue of the mail chimp sign in button in the footer

Appearance issue of the mail chimp sign in button in the footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8815

    coris8
    Participant

    Hi, the sign in button for the mailchimp form (mailchimp for wordpress plugin) doesn’t look right in the footer, is it possible to make it white with text black (no border)?
    Thanks in advance for your help!

    Attachments:
    You must be logged in to view attached files.
    #8827

    Artem Temos
    Keymaster

    Hi,

    Use this code snippet for this task

    .color-scheme-light .mc4wp-form input[type="submit"] {
        background: #fff;
        border:none;
        color: #5f5f5f!important;
    }
    
    .color-scheme-light .mc4wp-form input[type="submit"]:hover {
        background: #f8f8f8;
    }

    Regards

    #8858

    coris8
    Participant

    Thanks!

    #8878

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Appearance issue of the mail chimp sign in button in the footer’ is closed to new replies.