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

    Greeting, I was wondering how to increase the size of the Message Sent label (What should be displayed once the message is sent?) once someone submits a form.

    #1307912

    Hey jleclair87,

    Thank you for the inquiry.

    You can use this css to adjust the font size of the contact form response text.

    .avia_ajax_form .ajaxresponse {
       font-size: 2em;
       font-size: 32px;
    }
    

    Best regards,
    Ismael

    #1308208

    Thanks,

    I changed the text to the following up it look the same size.

    .avia_ajax_form .ajaxresponse {
       font-size: 5em;
       font-size: 45px;
    }
    #1308441

    Hi,

    Please try this CSS instead:

    h3.avia-form-success {
      font-size: 30px !important;
    }

    If that doesn’t help, then please post admin WordPress login details in private.

    Best regards,
    Rikard

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