• I’m trying to find a way to apply a specific css class to every third

    • in a list of posts. For example…
    • <li>post title 1</li>
      <li>post title 2</li>
      <li class="XYZ">post title 3</li>
      <li>post title 4</li>
      <li>post title 5</li>
      <li class="XYZ">post title 6</li>
  • The topic ‘How to: Apply a specific css class to every third <li> in a list.’ is closed to new replies.