input[type="file"] + .t-input-file__btn { font-family: inherit; /* наследует шрифт */ } input[type="file"] + .t-input-file__btn::after { content: "Upload file"; /* здесь пишете свой текст */ } input[type="file"] + .t-input-file__btn span { display: none; /* скрывает стандартный текст "Загрузить файл" */ }
Заполните форму для отправки отклика