Код для корзины в тильде "Продолжить покупки"


<style>
.continue-btn {
background-color: #f5f2e4; //Цвет кнопки
color: #231f20; //Цвет текста на кнопке
font-size: 17px; //Размер шрифта
font-weight: bold; //Насыщенность шрифта
font-family: 'Kazimir Text; //Шрифт
border-radius: 3px; //Толщина обводки
border-color: #231f20; //Цвет обводки
text-align: center; //Выравнивание
height: 60px;
line-height: 60px;
cursor: pointer;
transition: background 0.3s;

}
</style>

<script>
$( document ).ready(function() {
$('.t706 .t-form__submit').before("<div class='continue-btn' onclick='tcart__closeCart()'>Продолжить покупки</div>");
});
</script>
Made on
Tilda