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

    Hi,

    How can I change the color of the text message which is set to appear after submitting the contact form.

    Thanks,
    Amir

    • This topic was modified 10 years, 4 months ago by afarahani.
    #288444

    Hey Amir!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    h3.avia-form-success {
    color: red;
    }

    Cheers!
    Yigit

    #289159

    Hey!
    How can I change that color in a specific page? I tied following code but it didnt work:

    .page-id-77 .h3.avia-form-success {
    color: white !important;
    }

    #289164

    Hey!

    Please try following

    .page-id-77 h3.avia-form-success {
    color: white !important;
    }

    You have a dot in front of h3, which should not be there

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.