CSS Modifiers
There are a number of attributes that can be used to modify the styling of your collections:
- strapi-background-image - Use an image from a Strapi entry as the background image of an element.
- strapi-class-add - Add a class to an element from a Strapi field.
- strapi-class-conditional - Add a class to an element conditionally, based on the value of a Strapi field.
- strapi-class-replace - Replace the class of an element with a class from a Strapi field.