adding custom selector to single word
Can I add a custom css selector to a single word or a selection of characters?
As far as i can see, it is not possible to add a custom element to a selection?
No span tag possible?
thanks
regards
0
-
Hi,
I'm afraid you can't do that with the text element. You could use Embed element and add this text with HTML where you can add the necessary tags.
btw: I had an idea that might help you: set that word as bold: https://jmp.sh/hlpn5R7 this will add <strong> tag in code and then with CSS you can address to this tag :) -> https://jmp.sh/HGzb44w
0
Please sign in to leave a comment.
Comments
1 comment