Underline upon button hover?

Is there an option for adding a text underline upon hovering a guide button?

0

Comments

4 comments
  • Hey Eric - the code below should work to accomplish this. 

    • You'll need to drop this code into a code building block in your guide step.
    • You'll also need to inspect the button that you want to adjust and change the {9621d4a7} value to match the button in your application. 
    #pendo-button-9621d4a7:hover{
    text-decoration: underline !important;
    }
    0
  • Thanks Doug McDaniel so it sounds like this has to be done on a per button basis. I should have specified but we were hoping to make this part of our Theme. Is that possible?

    0
  • 0
  • These are great work arounds, thanks. Ideally this level of customization were available in Themes it would be easier to manage and ensure universal application. Most parts of theming offer an "advanced options" slider with this kind of detail, but the Hover state area doesn't get into advanced options.

    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post