I have next code inside contact form 7 editor
5条回答 感情败类 (楼主) 2021-01-31 09:57 I tried many answers but nothing worked so... I ended up using simple CSS to specifically target empty P tags in the form itself like this: .wpcf7-form p:empty { display: none; } This worked for me and, its a simple solution. 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
I tried many answers but nothing worked so... I ended up using simple CSS to specifically target empty P tags in the form itself like this:
.wpcf7-form p:empty { display: none; }
This worked for me and, its a simple solution.