Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #782607

    Hello everyone, im stucked in a problem, im trying to apply a css style in a Contact Form but does not work.
    Im using custom,css and created class in Contact Form.

    custom.css code
    Contact Form

    #782818

    Hey alyeel,

    Thanks for the screenshots, what exactly are you trying to achieve and what is not working?

    Best regards,
    Rikard

    #783063

    Hey Rikard, how r u ?
    Thanks for your reply !
    So, im trying to apply a rounder style to the boxes in contact form, and remove the background from boxes,

    This is the form:

    Contact Form

    I’ve changed the css code to:

    .wpcf7 {
    border: 1px solid white;
    border-radius: 12px;
    padding: 5px;
    height: auto;
    width: auto;
    background: none;
    }

    But with no sucess…
    Did u understand my problem? i hope so!
    Thanks !

    #783320

    Hi,

    Ok, so what element has the .wpcf7 class? I think you would have to target the form elements like so:

    .wpcf7 input {
    your CSS here
    }

    Best regards,
    Rikard

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