Hi folks! So, I know how to target individual letters in Twine, but I'm currently trying to target all instances of a particular word in a big story with a particular CSS effect. Is there a combination of CSS selectors using the .char selector that I can use to, say, target the word "feather"? Or is it best to try to use jQuery in a custom script? (I have no real experience with custom scripts and not much with jQuery, which is why I'm hoping for an easier option...)
Comments
Yes.