Advanced
The Advanced section provides options for users who want finer control over styling or need to link directly to sections. These settings are ideal for developers and advanced users comfortable with custom CSS or Tailwind utilities.
CSS Classes
Add one or more Tailwind CSS classes to the Gallery component for custom styling.
This allows you to extend or override default styles without editing your theme or component code.
Example:
rounded-lg shadow-lg bg-gray-100
You can use any valid Tailwind utility class to adjust spacing, colors, borders, or animations.
ID
This text field is useful for applying a custom name to a component. For example:
about-section
The ID name of the component will then appear in the Link window enabling you to easily create Anchors, watch the video below to learn more about how to use this feature.
Last updated
Was this helpful?