Conctatc form Template _rtl

Discussion in 'Appointway WordPress Theme' started by leeorr, Dec 3, 2013.

  1. leeorr

    leeorr New Member

    Joined:
    Oct 6, 2013
    Messages:
    5
    Likes Received:
    0
  2. leeorr

    leeorr New Member

    Joined:
    Oct 6, 2013
    Messages:
    5
    Likes Received:
    0
    + how to i change the text on the submit button of the lead capture form?
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    For rtl Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #contactForm #contact-form-name {
    float: right;
    }
     
    #contactForm #contact-form-email {
    float: right;
    clear: both;
    }
     
    #contactForm #contact-form-message {
    margin-right: 5px;
    }
    
    For Submit button.
    Go to Appearance > editor > template-contact.php and make change as shown in the image given below.


    [​IMG]
     

Share This Page