Customization Options
Appearance
You can customize the look of the widgets by modifying the CSS.
Example:
#corgi-widget {
background-color: #f9f9f9;
border: 1px solid #ddd;
}
Behavior
Adjust the widget’s behavior by setting data attributes.
Example:
<div id="corgi-widget" corgi-partner="partner-example" corgi-style="popup" data-auto-open="true"></div>
Example Configurations
Basic Setup:
<div id="corgi-widget" corgi-partner="partner-example" corgi-style="popup"></div>
Customized Popup:
<div id="corgi-widget" corgi-partner="partner-example" corgi-style="popup" data-theme="dark" data-auto-open="true"></div>
Last updated