Hosted Experience
Configuration Options
Custom Styles
4min
(optional) a string defining custom css that will be applied to the hosted experience frame for example, this may be used to change the color of a button within the hosted experience frame customstyles `h1 { font size 150%; }` ⚠️ custom styling risks styling elements within the uneeq frame can be risky, as our application does change from time to time custom styling should be used as a last resort when changing the user interface instead you should opt to hide elements via configuration options and create your own interface for example, you should use displaycalltoaction false and create your own call to action you should never use customstyles for mission critical ui to mitigate risks, we provide prefixed classes custom style that are unlikely to change class name description custom style state initial the call to action callout, i e "👋 hey! it is so good to meet you " custom style state error the error callout, i e "an error occurred " custom style queue position the queue position callout, i e "you are 1st in line to speak to me " examples to hide the queue position callout customstyles ` custom style queue position { display none !important; }`