登录后台 外观 自定义
也可以访问 你的域名.com/wp-admin/customize.php
额外CSS
添加下面代码
/* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}

