Hi
I set a conditional whereby when the bell icon is hovered, this text also turns green, but it doesn’t work, can anyone tell me why?
Thanks!!
Your text explicitly sets the text color using the color tag ([color=#ffff00]). If you want to change the text color, you can either:
- Remove the [color] tag from the text, and set the text color in the style properties to #ffff00
- Have the condition update the “text” rather than the font color, and have the updated text use the new color in its color tag.
Hope this helps!
Stuck on your bubble app? Reach out to us at https://protomakr.bubbleapps.io/
1 Like
Thanks!!