Lead Capture Form Question

Discussion in 'Appointway WordPress Theme' started by bluelightsec, Feb 16, 2015.

  1. bluelightsec

    bluelightsec New Member

    Joined:
    Feb 16, 2015
    Messages:
    19
    Likes Received:
    0
    Hi,
    1, I need to increase the font size on the lead capture form header
    2, Need to change the color of font on lead capture form header
    3, Need to change the button text to bold on lead capture form

    How do i accomplish this?

    Thank You
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi bluelightsec!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .appointment_wrapper span {
    font-size: 20px !important;
    color: red !important;
    }
    li.submit_bg input {
    font-weight: bold;
    }
    Thanks,
    Praveen
     
  3. bluelightsec

    bluelightsec New Member

    Joined:
    Feb 16, 2015
    Messages:
    19
    Likes Received:
    0
    Thank You.
    I don't need the appointment form modified.
    I need the LEAD CAPTURE FORM
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi bluelightsec!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .signupForm p {
    font-size: 20px !important;
    color: red !important;
    }
    input.btnsubmit {
    font-weight: bold !important;
    }
    Thanks,
    Praveen
     
  5. dupeay

    dupeay Guest

    Joined:
    Jun 28, 2013
    Messages:
    6
    Likes Received:
    0
    Hi, I need the change the way that the phone number display on the Appointment Way Form or Lead Capture Form. When people browse the website with an iphone, the telephone number dims out. How do I change the hyperlink text so that it remains visible?

    I was able to fix it in the header by using the following code in my custom css.

    .call-us a {
    color:#000;
    cursor:default;
    }

    Please help me figure out a way to do it...
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Dupeay!

    Could you please provide us URL of your website along with some edited screenshot of your issue so that we can assist you accordingly?

    Thanks,
    Praveen
     
  7. dupeay

    dupeay Guest

    Joined:
    Jun 28, 2013
    Messages:
    6
    Likes Received:
    0
    The website is http://www.LilaWashington.com

    I've attached a screenshot of the contact form.

    Not sure if it is the Appointway form or Lead Capture Form.

    I think that it's the latter.
     

    Attached Files:

  8. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Dupeay!

    I fail to understand your requirement.
    But, I am providing you a solution after analysing your screenshot.

    Please follow the screenshot given below.
    appointway_change_lead_capture_form_text.png
    Code:
    For a Confidential Appointment, Call Our Office at<span> (910) 433-2171</span> or Complete the Form Below!
    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    p.heading span {
      color: red !important;
    }
    Thanks,
    Praveen
     
  9. dupeay

    dupeay Guest

    Joined:
    Jun 28, 2013
    Messages:
    6
    Likes Received:
    0
    I entered the code that you recommended and it did not work.

    I am using the Leads Capture Form included with the AppointmentWay Theme. The issue only happens on the iPhone and iPad. When viewing in a simulator, it looks fine. When I am on actual iPhone or iPad, it deems out the Telephone# that is on Form. I am attaching the Dashboard Widget Screen for your reference and iPhone Screen Shot.

    I hope this helps clear things up and you can give me another option for the css.
     

    Attached Files:

  10. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Dupeay!

    I have checked your website.
    The telephone number that you are asking for is a white color text. And it remains displaying white in all other devices.
    See screenshot.
    appointway_lead_Capture_issue.png

    Thanks,
    Praveen
     
  11. dupeay

    dupeay Guest

    Joined:
    Jun 28, 2013
    Messages:
    6
    Likes Received:
    0
    That's what I get too.....except on the iPhone 5. It is still deemed out. And that's the iPhone version that my client has....and when I check it on another iPhone 5, it is also deemed out. I am not sure why it is happening...I just know that the image I sent you is what we are seeing.

    Any other thoughts....are you looking at it on an actual phone?
     
  12. dupeay

    dupeay Guest

    Joined:
    Jun 28, 2013
    Messages:
    6
    Likes Received:
    0
    Look at the form on the home page capture form, instead of the attorney profile page in the side bar....that is where the originating issue is happening.
     

Share This Page