While Chameleon offers many point-and-click styling options, you can also leverage Custom CSS to fine-tune the styling of Embeddables.
π§βπΌ Chameleon Admins (*if Roles are enabled) can adjust the custom CSS for your account on the Styling page.
Using Custom CSS
You can apply Custom CSS to the style of your Embeddables in the Dashboard (to a Theme) or in the Builder (to a specific Embeddable).
Check out the CSS Overview article to learn how to apply CSS to Chameleon Experiences and see more examples π
In the Builder, you can access the "CSS Cheat Sheet" to copy specific CSS selectors or use AI to generate your custom styles.
List of Banners selectors
π Below are the CSS selectors for Banners. Use these to know which elements to target.
Target a Pushdown or Cover Banner :
#chmln-step-{Step ID} .chmln-innerTarget an Embedded Banner:
#chmln-step-{Step ID} .chmln-inner .chmln-body-inline-containerUpdate a Banner's body container:
#chmln-step-{Step ID} .chmln-body-container .chmln-body-contentAdjust a Banner's primary button:
#chmln-step-{Step ID} .chmln-cta-region button.chmln-button-primaryAdjust a Banner's secondary button:
#chmln-step-{Step ID} .chmln-cta-region button.chmln-button-secondaryAdjust the Dismiss component on a Banner:
#chmln-step-{Step ID} .chmln-close
List of Cards selectors
π Below are the CSS selectors for Cards. Use these to know which elements to target.
Target an individual Card in a stack:
#chmln-step-dialog-{Step ID}Target all the Cards in a stack:
.chmln-cards-container .chmln-campaign-{Campaign ID} .chmln-innerAdjust the title on a Card:
#chmln-step-{Step ID} .chmln-header .chmln-titleAdjust the body on a Card:
#chmln-step-{Step ID} .chmln-body-container .chmln-body-contentTarget the primary button on a specific Card:
#chmln-step-{Step ID} .chmln-cta button.chmln-button-primaryTarget the secondary button on a specific Card:
#chmln-step-{Step ID} .chmln-cta button.chmln-button-secondaryAdjust the Dismiss component on a specific Card:
#chmln-step-{Step ID} button.chmln-closeTarget the media component on a specific Card:
#chmln-step-{Step ID} .chmln-step-media div

