Hiding/revealing text
-
How do I create text that is hidden until you click on it? I want to do this with the answers in a quiz game. Is it possible to put the answers in a font the same colour as the background, so that it appears only when you highlight it?
The blog I need help with is: (visible only to logged in users)
-
Yes it’s possible. If you mean the default bg color in Titan, you need this in the HTML editor (assuming the text will be a separate paragraph):
<p style="color:#f9f5f5;">TEXT HERE</p>If you don’t want a separate paragraph, use this instead:
<span style="color:#f9f5f5;">TEXT HERE</span> -
-
-
- The topic ‘Hiding/revealing text’ is closed to new replies.