Custom Classes Setting
Overview
The Custom Classes setting allows you to add your own CSS classes to the section wrapper for custom styling and functionality. This is an advanced feature intended for developers or users familiar with CSS.
Basic Usage
Adding Classes
Enter class names in the "Custom classes" field
Separate multiple classes with spaces
Classes will be added to the section's main wrapper div
Example:
Class Targeting
Your custom classes will be added to the section wrapper with this structure:
CSS Targeting Example
Best Practices
Naming Conventions
Use descriptive, meaningful class names
Follow a consistent naming pattern
Avoid generic names that might conflict
Consider using prefixes (e.g.,
my-theme-
)
Specificity
Be specific enough to avoid conflicts
Use the section's built-in classes as context
Don't override core functionality
Documentation
Comment your custom CSS
Document class purposes
Keep track of dependencies
Examples
Theme Variation
Troubleshooting
Classes Not Applying
Verify class names are spelled correctly
Check CSS specificity
Inspect element to confirm class is added
Styles Conflicting
Use more specific selectors
Check for duplicate classes
Need help? Contact our support team at support@design-packs.com for assistance.
Last updated