How can I decrease the size and weight of ™ and ® symbols in my headings in Webflow, and raise them to match my mockup? Is there a way to automatically make these symbols thinner, smaller, and raised?

TL;DR
  • Wrap ™ and ® symbols in a span, style by reducing font size/weight and adjusting position, or use custom CSS with a class for automation.
  • Ensure consistency across devices using Responsive Viewport in Webflow Designer.

Reducing the size and weight of the ™ and ® symbols and adjusting their position can be seamlessly achieved in Webflow. Here's how you can replicate these design requirements in your project.

1. Wrap Symbols in a Span

  • Select the Text: Highlight the ™ or ® symbol within your heading or paragraph.
  • Add a Span: Click on the span icon in the Webflow text editor to wrap the selected symbol in a <span>.

2. Style the Span

  • Open the Style Panel: With the span selected, open the Style Panel on the right.
  • Apply Font Styles: Decrease the font size and font weight as needed to make the symbol smaller and thinner.
  • Adjust Vertical Position: Use the transform property to apply a vertical translation, effectively raising the symbol to align as per your mockup.

3. Use Custom CSS for Automation

  • Embed Custom Code: If you want to automate this styling, use the Custom Code feature in the Project Settings.
  • CSS Selector: Add something like .trademark-symbol { font-size: 0.75em; transform: translateY(-10%); } and apply this class to your ™ and ® symbols.
  • Global Application: Ensure you give trademarks a distinct class name to maintain cross-site styles automatically.

4. Test Across Devices

  • Responsive Check: Verify that the styling changes remain consistent across various devices using the Responsive Viewport toggles in the Webflow Designer.

Summary

To adjust ™ and ® symbols in Webflow to mirror your mockup, wrap each symbol in a span, apply custom styles to adjust font sizeweight, and position, or automate styling with custom CSS by adding a class to these elements. This approach ensures consistent presentation across your project while aligning with your design specifications.

Rate this answer

Other Webflow Questions