отредактировать надпись в отзывах
-
Привет, как отредактировать надпись в отзывах ?
я хочу чтобы кнопка “Отправить” была чуть ниже и имела чуть больше размер шрифта
Attachments:
You must be
logged in to view attached files.
и ещё такой вопрос: значок вопроса не активен. зачем он нужен и как его убрать ?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .comment-respond .comment-form .submit{
background:red;
font-size:20px;
color:yellow;
margin-top:20px;
}
Set the styles as per your needs, remove the lines if you do not need them.
Best Regards
как убрать значок вопросительного знака ?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-add-img-msg {
display: none;
}
Best Regards