Metal equipment
SKU: 700.954.29
100
р.
When we first checked out our new headphones, we noticed the box said 'improved bass by cool. We had to wonder, is this marketing jargon, or the real thing? But it only took a moment to realize that bass was not kidding.

Как добавить вторую кнопку в блоке ST200 в Tilda

1. Добавляем блоки ST200
2. Добавляем скрипт на страницу
3. В скрипте меняем нужные значения:
#rec55504945 - ID блока ST200
https://yandex.ru - ссылка для нашей новой кнопки
GO TO - текст на кнопке
Оформление настраиваем в стилях <style>

Скрипт вставляется в блок ДРУГОЕ►Т123

<script>
//Добавляем новую кнопку 
    $("#rec55504945 .t744__btn-wrapper").append('<a href="https://yandex.ru" class="t744__btn t-btn t-btn_sm secondbtn "><table style="width:100%; height:100%;"><tbody><tr><td>GO TO</td></tr></tbody></table></a>');
</script>
<style>
/*Стили для кнопки*/
    .secondbtn{
     color: #ffffff !important;
     background-color: #ff4a4a;
     border-radius: 30px;
     -moz-border-radius: 30px;
     -webkit-border-radius: 30px;
     margin-left: 10px;
    }
/*Стили для кнопки при наведении*/    
    .secondbtn:hover{
     color: #ff4a4a !important;
     background-color: #e2e2e2;
    }
</style>
Made on
Tilda