Using Custom CSS to style Embeddables

Explore how you can use Custom CSS to tweak the look of your Banners and Cards

Tiago Mota avatar
Written by Tiago Mota
Updated over a week ago

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.

Check out the CSS Overview article to learn how to apply CSS to Chameleon Experiences and see more examples πŸ‘‡


List of Embeddables selectors

Below are some CSS selectors for Cards. You can use these to help guide which elements to target.

  • Update the position of your Cards: id=chmln-cards-inline-container-{campaign_id} class chmln-cards-inline-container

  • Style the "wrapping area" of your Card: id=chmln-cards-container-{campaign_id} class chmln-cards-container

πŸ‘€ We'll soon add more practical examples, including Banners too.

Did this answer your question?