Добрый день! Столкнулась с очень неприятно ситуацией, никак не могу отредактировать чек-боксы, точнее уже отредактировала, вроде выглядят как мне надо, но не работают... Никак не могу найти правильное решение, ничего не помогает, код следующий:
span.wpcf7-list-item {
display: block !important;
}
input[type="submit"] {
border: none;
-webkit-border-radius: 47px;
-moz-border-radius: 47px;
border-radius: 47px;
font: 20px bebas-neue-by-fontfabric, sans-serif;
font-weight: 400;
padding: 10px 30px;
text-align: center;
font-size: 30px;
color: #fff !important;
background: #ffbd38;
}
.wpcf7-checkbox, .radio {
display: inline;
margin: 10px 0 0;
}
.wpcf7-list-item {
display: inline-block;
}
input[type=checkbox], input[type=radio] {
display: none;
}
.wpcf7-list-item::checked + .wpcf7-list-item-label::before {
content: "\f0c8";
color: rgb(151, 55, 199);
line-height: 14px;
text-decoration: inherit;
text-align: center;
}
.wpcf7-list-item-label {
display: inline-block;
left: 15px;
line-height: 14px;
margin: 0 0 15px;
position: relative;
}
.wpcf7-list-item-label::before {
background: white;
border: 1px solid rgb(151, 55, 199);
border-radius: 3px;
content: "";
height: 15px;
left: -22px;
position: absolute;
width: 15px;
}
.wpcf7-list-item-label:hover {
cursor: pointer;
}
span.wpcf7-list-item-label:checked {
content: "\2714";
}
input[type="checkbox"]:checked + label:before {
background: transparent;
color: #333;
content: "\2713";
text-align: center;
}
как бы оно поменяло, НО при нажатии на любой из чек-боксов ничего не происходит, я сначала подумала что может просто стилми закрыло галочку, но по нажатию и сабмиту ничего не пашет и пишет ошибку.... Помогите пожалуйста, очень надо!