Support » Plugins » [Plugin: Contact Form 7] error highlights (wpcf7-not-valid-tip) are misaligned

Viewing 3 replies - 1 through 3 (of 3 total)
  • Takayuki Miyoshi

    (@takayukister)

    They are not aligned naturally. If you want them to be aligned, edit your CSS stylesheet. The class is “wpcf7-not-valid-tip”.

    I added the following to my stylesheet with no results. Is there something I’m doing wrong in the naming of the class? My goal is to fix the styles for the error messages shown next to the fields.

    .wpcf7-not-valid-tip {
    	color:red;
    	font-size: 9px;
    }

    I think I found it. It should have been:

    .wpcf7-not-valid-tip-no-ajax {
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Contact Form 7] error highlights (wpcf7-not-valid-tip) are misaligned’ is closed to new replies.