• Hi!

    I would like to style 2 forms different. Now I’m styling for my style.css with:

    .wpcf7-form p input, .wpcf7-form p textarea{
    color: #000000; text-align: left;
    }

    Thats affect both of my forms, but I would like to have the first form to have text-input right-aligned like

    .wpcf7-form p input, .wpcf7-form p textarea{
    color: #000000; text-align: right;
    }

    How can I style form different with CSS?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Multiple styles with multiple forms?’ is closed to new replies.