• Resolved backusm

    (@backusm)


    I would like to change the font color on a form to white instead of black for the custom text being shown after a form is submitted but it will not allow me to code it and changing the font colors of the theme does not work. How can I make this font white?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hi @backusm,

    Thanks for your inquiry.

    Please add the below code in either form’s theme’s custom CSS section or in Appearance > customize > additional CSS section.

    
    .fm-form-container .fm-form .fm-message.fm-notice-success{
       color: #FFFFFF;
    }

    Please change the color code per your needs.

    Thread Starter backusm

    (@backusm)

    I put this in the custom CSS for the form’s theme and it didn’t work. I don’t want to put it in the theme customization because I don’t want it to impact all of the forms just the one.

    Thread Starter backusm

    (@backusm)

    I did

    .fm-form-container .fm-form .fm-message {
    color: #FFFFFF !important;
    }

    and it worked! Thanks Zhanna for the start!

    Plugin Support Zhanna Khachatryan

    (@zhannak)

    Awesome @backusm!

    Thanks for keeping me updated with the results.

    You could duplicate form theme, and add the custom code to that theme, and for that exact form connect the duplicated version of the form theme.

    Anyway, it’s great that you could find a workaround.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Color of Font for Post Submission’ is closed to new replies.