Как сделать точки в галерее ZeroBlock в виде линии заполнения в Tilda
About us
The term arts and crafts is also applied, especially in the United States and mostly to hobbyists' and children's output rather than items crafted for daily use.

Как сделать точки в галерее ZeroBlock в виде линии заполнения в Tilda

1
Создали галерею в ZeroBlock c точками и стрелками
2
Добавили стиль в блок другое Т123
Библиотека для примера

<style>
.tn-elem .t-slds__bullet_wrapper {
    display: flex !important;
    box-sizing: border-box;
}
.tn-atom .t-slds__bullet {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.tn-atom .t-slds__bullet_body {
    height: 6px !important;
    width: inherit !important;
    border-radius: 0;
}  
.tn-atom .t-slds__bullet_active ~ div>div {
    opacity: 0;
}
.tn-atom .t-slds__bullet {
    position: relative;
}
.tn-atom .t-slds__bullet:after {
    content: "";
    background-color: #e2e2e2;
    position: absolute;
    width: 100%;
    height:1px;
    left: 0;
    top: 50%;
    margin-top:0px;
    z-index: -1;
}
</style>
Made on
Tilda