Contact Us – sent message is in green

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

    Contact Us – sent message is in green. How can we change that color?

    #266262

    Hi Damon,

    You need to edit the class below

    
    .notification.success{
    color:#27b399;
    font-size:13px;
    margin-bottom:40px}

    You can do this by creating a Child Theme or some Custom CSS code field (if you use MotoPress Editor you can go to MotoPress>Settings and use Custom CSS field to edit this class)

    Best regards,
    John

    #267119

    JUST FYI for anyone else looking at this. For errors on a form use the same code above but with one minor change.

    .notification.error{
    color:#27b399;
    font-size:13px;
    margin-bottom:40px}

    You can change the color and the font size.

    #338829
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.