• Resolved windomearle

    (@windomearle)


    Hi everyone!

    While using the wp contact-form-7 plugin (I already used it in another wp-themes), the text-area field has a different font than the other fields (this is happening just on Mozilla Firefox). It looks like this http://goo.gl/PKjrsb

    I am using the Cabin font that I selected from the Google Fonts plugin list, and this font is displayed in all sections, but not on the text-area field. I tried to forced it to use that font by adding custom CSS code in the custom CSS section the theme offers. But it doesn’t work. Also I tried to add inline css just to that paragraph inside of form itself. But it doesn’t work as well :-/

    When I see the form on Google Chrome and Safari there is no problem, everything is displayed with the Cabin font. It can be seen here: http://goo.gl/xrz3nI

    Any tips of how can I solve this? I mean, in case that that is possible of course. Thanks upfront!

    Best from windomearle

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    windomearle,

    I think you need to post this question to the contact form 7 support forum.

    Try to add

    textarea {
       font-family: inherit;
       font-size: inherit;
    }
    Thread Starter windomearle

    (@windomearle)

    Hi Fruitful,

    Maybe you’re right, but I do think I could post this question here or there, because as I said before I never encountered this problem before 🙂

    That solved my problem! Many thanks and have a good day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp contact-form-7 plugin incompatibility with Firefox/theme’ is closed to new replies.