How to customize text for title and subtitle in different browsers
To customize text for title and subtitle
This way, depending on the browser you're using, you can easily customize text on the platform.
For Safari Browser (Manual Tagging):
- Edit the Component where you want to customize the text.
- In the text field, surround the word or phrase you want:
-to bold with the<strong>...</strong>
tags. Example: This is a <strong>bold</strong> word.
-to underline with the<u>...</u>
tags. Example: This is a <u>underlined</u> word.
-to make text italic with<i>...</i>
tags. Example: This is a <i> italic </i> word.
- Save changes.
For Chrome or Firefox Browsers (Text editor):
- Edit the Component where you want to customize the text.
- Use the text editor toolbar to automatically customize the text.
Updated on: 12/09/2024
Thank you!