I have a couple of items in a collection that have a registered trademark name in the title. so It needs to show the ® icon. I copied this into the title of the collection item. It shows, but it doesn’t show as superscript. It is on the same line as the rest of the title.
If it’s in a CMS collection as a plain text field, you’re limited.
You might try a Rich text element which contains just the version you want with the superscripting.
Otherwise, It can be done using custom script, replace ®’s with <sup>®</sup>
This should work, but for some reason it doesn’t… I’m sort of a beginner in Webflow. I added the script in de custom code section in the websites’ dashboard in the head section.
I hope that’s the correct place?
So you can rename in code: broos-collection-item-name to for example: superscript and use superscript combo class on elements for which you want to apply superscript replace effect)