• Resolved kristylin

    (@kristylin)


    how do i change the color of the thank you message after form has submitted? it is currently green which does not work with the photo background.

    Thank you! Please check your email inbox to confirm

Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    Please use below code to change the color of success message to white:

    .mc4wp-form-basic .mc4wp-success, .mc4wp-form-theme .mc4wp-success {
        color: #FFFFFF !important;
    }

    Also, please note that scope of our support is related to our plugin features & bug fixing. For any further CSS related support of design customization you might need to get assistance for a web developer.

Viewing 1 replies (of 1 total)
  • The topic ‘Code to Change Color of Thank You Message’ is closed to new replies.