• Resolved emberjd123

    (@emberjd123)


    We use ‘Post’ quote forms for customers to compete http://www.emberjd.com/what-we-insure/home-insurance/, which come to us by email. When a customer uses a iPad the text that they filling in is a weird flowery font. Hard for them to read what they are typing. Comes through OK by email.

    Hoping for some help please. Guesing I need to do something in CSS, but I’m a novice so could really do with some guidance. Cheers.

Viewing 5 replies - 1 through 5 (of 5 total)
  • If you look at your style.css on line #58, you’ll find this:

    .formtable .textinput {
    font: 10.8pt cursive;
    color: #187DDE;
    }

    change the font to arial or verdana. That will change the font-family.

    Thread Starter emberjd123

    (@emberjd123)

    Thank you very much, it’s appreciated. The textbox (couple of boxes with colums and rows on the form) is still using the old font. If you can point me in the right direction that would be great.

    Thanks again.

    Thread Starter emberjd123

    (@emberjd123)

    Sorry, but it’s the textselectbox throughout the quote forms are still in this flowery italic type font which is very hard to read on an iPad. Hoping for some help. Thanks

    Try this one:

    .formtable SELECT {
        color: #177CDD;
        display: inline;
        font: 10.8pt cursive;
    }

    Thread Starter emberjd123

    (@emberjd123)

    Thanks v much Christine & WPyogi.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Making Our Posts iPad Compliant’ is closed to new replies.