Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #776805

    – My first question is: I use the standard contact form in Enfold, and my “send” button is standard red. can I change this color?

    – My second question is: when I click on “send” it says in english shortly “sending” can I change the text “sending” to something else too?

    Thanks!

    #777061

    Hey Leonsz,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #777177

    Yes, ofcourse,

    Is the site visible for you? or can’t you open it?

    #778599

    Hi,

    I checked your site but the contact form is not visible on the page. Does it require admin login? Please review and get back to us with required credentials or a precise link where we can see the element in question.

    Best regards,
    Vinay

    #778993

    Dear Vinay,

    Thanks for your message,

    The case is, I’m using the standard contact form from Enfold and would like to change the color of the “send” button, It must be not that dificult right? but how? haha

    My second question was: when I click on “send” it says in english shortly “sending” can I change the text “sending” to something else too?

    #779518

    Hi,

    1. Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .avia_ajax_form input.button {
        background: red;
    }

    2. Go to enfold\framework\php\class-form-generator.php and find this code (line 322):

    $this->button_html .= '<input type="submit" value="'.$submit_label.'" class="button" '.$this->submit_attr.' data-sending-label="'.__('Sending','avia_framework').'"/>';

    Replace Sending with the text you want to use.

    Best regards,
    Nikko

    #780568

    Dear Nikko,

    You’re a hero!!
    Thank you so much, it worked out perfectly (:

    #780829

    Hi,

    Thanks for your kind words. Glad we could help :)

    Best regards,
    Nikko

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