Relume Community Icon
Relume Community
  • 🏠Home
  • đź“…Events

  • 🔵Announcements
  • 🔵General
  • 🔵Getting Started
  • 🔵Issues
  • 🔵Showcase

Powered by Tightknit
General
General

Creating Comma Delimited Lists in Webflow Without Custom Code

Avatar of JKJK
·

How is this person creating a comma delimited list for collection items without custom code? https://webflow.com/made-in-webflow/website/Multiple-nested-Collections-with-unlimited-Items-on-single-pages-in-Webflow

2 comments

  • Avatar of JK
    JK
    ·

    nvm! it’s through css

  • Avatar of Matt J.
    Matt J.
    ·

    according to the description, they are using the JQuery .load() function to grab the HTML data. But if you mean how are they placing the commas, like you may have already discovered they are using the CSS nth-child pseudo class, is my guess - haven't dug into it too much.

    ❤️1