Hi! I’m working on a twine game where I want there to be like “hidden options” for a player to discover - essentially linked text that doesn’t appear linked when looking at the screen, something you’d have to mouse over to see that it can be interacted with. Is there a way to turn off the blue text that comes with a link, or should I reconsider my idea?
That causes all links (visited or not) to appear white. You’ll have to familiarize yourself with the basics of CSS, but you can change things quite easily. For example, if you want the links to be white except when you click on them or hover over them, try: