I would like the font color of a link/button to be different when the user is on the page (or other item) associated with that particular button or link. So they know where they are.
And when they first land on the index page of the app, I’d like this to apply, so they know where they are right away.
I tried adding a conditional to the style for the Button / Link, saying ‘When this button isn’t clickable Font color #EGEGEG’.
Thanks @BrianHenderson , I don’t see those commands in the conditionals for the button/link styles. I could be missing something there – I’m no bubble expert (as is no doubt apparent).
Maybe I need to create a separate button with a different color and use those commands in a workflow…?
It’s not in the “styles” tab. You need to be in the “design” tab. Open the conditionals tab of your button element, and define the condition as “when current page name is:”
When the name of the current page is the same as the button, the conditional changes the color.