A
A
Andreyweb302020-03-23 12:30:06
Slick
Andreyweb30, 2020-03-23 12:30:06

There is a ready-made slider Slick slider only the image changes, do you need the text “for the kitchen”, “for the bedroom” and the price to change in the block on top of the slider?

5e787e255e45b591488768.jpeg

It is necessary that when you click on the next slide, the slide and the text "for the kitchen", "for the bedroom" and the price change?

<!-- slider -->
          <div class="header_slider">
            <div class="slider_bg">
              <img src="img/header-bg.png" alt="">
            </div>
            <div class="slider_bg">
              <img src="img/header-bg-2.png" alt="">
            </div>
            <div class="slider_bg">
              <img src="img/header-bg-3.png" alt="">
            </div>
            <div class="slider_bg">
              <img src="img/header-bg-4.png" alt="">
            </div>
          </div>
  <!-- slider--end -->  
<!-- header product--title -->
      <div class="product">
        <div class="product__item">
          ФОТООБОИ
        </div>
        <div class="product__item-wrapper">
          <div class="product__item">
            Для зала
          </div>
          <div class="product__item">
            от <span>50</span> $/м<sup>2</sup>
          </div>
      </div>
        <div class="product__item-subtitle">
          Более 6000 идей фотообоев <br> для ГОСТИНОЙ
          <button class="btn_product">Смотреть идеи</button>
        </div>
       </div>
    <!-- header product--title end-->  
--------js--------
$(document).ready(function(){
  $('.header_slider').slick({
    dots:true,
  });
});

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eugene, 2020-03-23
@Andreyweb30

remove a separate block header product--title and add a block with titles to the slider

A
Andreyweb30, 2020-03-23
@Andreyweb30

Thanks to all, I changed everything, threw everything into the slider, corrected the styles, everything worked out.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question