Responsive Product Slider

Hi @VladimirVitaliyevich, that was custom code via an embed. Here’s a good post on how to do that: Edit Slider arrows and buttons - #2 by bartekkustra - General - Forum | Webflow

I used this code to style it:

<div class="w-embed">
        <style>
          .w-slider-dot {
            background: #F5F7F8;
            border: 2px solid #50535D;
            height: 16px;
            width: 16px;
            vertical-align: middle;
            margin-left:7px;
            margin-right:7px;
          }
          .w-slider-dot.w-active {
            border: 2px solid #F5F7F8;
            background: #50535D;
            height: 23px;
            width: 23px;
          }
        </style>
      </div>
1 Like