I want to replace "from tumblr" with just "tumblr", using CSS, if possible. I'm afraid to edit it with Notepad++ because last time I broke something and now I have a trauma.
HTML class is:
<option value="has(span[title^=xtumblr_'])">from tumblr</option>
It's from a selectable field.
How would I achieve that?
>from tumblr</option>
to replace to>tumblr</option>
– ericosg Apr 23 at 16:11