Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #655647

    Hi,
    I’m using a webfont (“Cera Pro”) for my whole website.
    Seems to work, just my contact form is using a different font. I don’t know why …
    Of course I want the contact form also using this webfont. Can you help me??

    #655786

    Hey PKoch,

    are you talking about the input fields? if yes try this code inside of Quick CSS field:

    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    font-family: "Cera Pro" !important;
    }
    

    Best regards,
    Andy

    #655793

    thanks. it works!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Contact Form: different font’ is closed to new replies.