Shop Categories

X

Contact Form 7 Style

Home Forums Agama Pro Contact Form 7 Style

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25849
    Cumhur Sen
    Participant

    .wpcf7 textarea {
    height: 70px;
    border-radius: 15px;
    width: 100%;
    }

    Border Radius
    Unfortunately css doesn’t work
    The border is not round

    #25851
    Zex
    Moderator

    Hello, Cumhur!

    Try this code:

    .wpcf7 textarea {
    height: 70px;
    border-radius: 15px!important;
    width: 100%;
    }

    If the code doesn’t work, please give me your website address.

    Regards

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