Видеоответы на вопросы по Tilda

Как скрыть флаги в поле с телефоном и изменить положение кода страны

<style>
span.t-input-phonemask__select-flag {
    display: none;
}

span.t-input-phonemask__options-flag {
    display: none;
}

.t-input-phonemask__options-right {
    order: -1;
    min-width: 70px;
}

.t-input-phonemask__options-item {
    justify-content: flex-start;
}
</style>
Made on
Tilda