Badge color change on hover
Based on my exploration of the configuration options for styling a badge, and searching here, there is no option or ability to change the color of a badge on hover is there? Ideally, we're looking to have a somewhat neutral color for the badge icon when the page loads, but the color changes on hover to indicate the badge is clickable (on click, the tooltip would open).
Have I missed anything? Is there an opportunity to make this a feature request for the Pendo Product team to consider down the road?
1
コメント
To address this within Pendo's Global CSS, would that be within Theme > Guide Container > Advanced Settings > Supplemental Styles?
I don't see a way to target that color attribute since it's being set by the Pendo application first before being implemented on our application.
Hi Christopher,
Global CSS only exists within our classic guides editor, which I'd recommend only using for global CSS stylesheet which do apply for all guides (classic vs. visual design studio). To enable classic designer, you would talk to your CSM or Support representative who can make these adjustments for your subscription settings:
You can grab the CSS selector for the badge and apply a
:hoverstate styling to the selector you have for the badge, which would live within that global css stylesheet.If you need any further help, I'd recommend engaging with our Professional Services team who can help look at custom code and additional Pendo customizations!
サインインしてコメントを残してください。