lead capture submit text

Discussion in 'Appointway WordPress Theme' started by lior, Jan 27, 2014.

  1. lior

    lior New Member

    Joined:
    Dec 30, 2011
    Messages:
    10
    Likes Received:
    0
    hi, i changed the text on the lead capture button on the home page
    to text in hebrew through aptw-lc-form.php
    & then re formatted it to display my language

    http://screencast.com/t/G8SmNEtL

    the problem is that it created a mountain of syntex error within the wp dashboard
    how can i change the text without disrupting the backend?

    http://tortlawtelaviv.com/
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    For this, create submit button image with your text and then, go to images directory present in your theme directory and replace your image with present submit button image or edit it.

    The name of image is "appointment-btn.png"

    Note:- Use same name for your edited image and remove the current image.


    Then,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     .appointment_wrapper .appointment_form_wrapper .signinformbox .signupForm input[type="submit"]{
    text-indent:-99999px;
    }
    .appointment_wrapper .appointment_form_wrapper .signinformbox .signupForm input[type="submit"]:hover{
    text-indent:-99999px;
    }
    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page