[Resolved] Contact Form 7 telephone Background Color

Home Forums Support [Resolved] Contact Form 7 telephone Background Color

Home Forums Support Contact Form 7 telephone Background Color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #356202
    Tomi

    I have one problem with GeneratePress.
    I’m using CF7 for my forms and everything else is fine but telephone Background differs from others, how can I fix this?

    Example: https://topiso.fi/yhteystiedot/

    BR,
    -Tomi-

    #356289
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    input[type=tel] {
        color: #666666;
        background-color: rgba(30,115,190,0.14);
        border-color: #cccccc;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #356365
    Tomi

    Splendid! Thank you! That did it. Can you add support to upcoming versions?

    #356374
    Leo
    Staff
    Customer Support

    No problem 🙂

    We are taking a look right now!

    #357651
    Tom
    Lead Developer
    Lead Developer

    Just added support for tel fields in the next update.

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.