V
V
Vladimir Bespyatykh2020-04-28 19:12:45
JavaScript
Vladimir Bespyatykh, 2020-04-28 19:12:45

How to add a class to the last flexslider navigation element?

Hello everybody! Connoisseurs, tell me how to add a class to the tag or y in the last element of the page navigation. <ol ... flexslider
This is where the class is needed
Thanks a lot in advance!!!!!!!!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor, 2020-04-28
@loonny

What is a link to nowhere? To create a carousel, you give a template like

<div class="flexslider">
  <ul class="slides">
    <li>
      <img src="slide1.jpg" />
    </li>
    <li>
      <img src="slide2.jpg" />
    </li>
    <li>
      <img src="slide3.jpg" />
    </li>
    <li>
      <img src="slide4.jpg" />
    </li>
  </ul>
</div>

what's stopping you from adding a class to the last element?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question