Custom Classes Setting
Overview
Basic Usage
Adding Classes
my-custom-class another-class special-themeClass Targeting
<section class="DP--[section-id] dsgn-pck__banner-video dsgn-pck__section your-custom-classes">CSS Targeting Example
/* Target the section with a custom class */
.my-custom-class {
/* Your styles here */
}
/* Target specific elements within your custom class */
.my-custom-class .dsgn-pck__content {
/* Styles for content area */
}Best Practices
Examples
Theme Variation
Troubleshooting
Last updated