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
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
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
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...
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
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.
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. 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
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.
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. Thanks, Praveen
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?
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.