You can style the text in your Quick Announcement Bar by using HTML code in the message box.
Bold:
Bold Styling Code: <span style="font-weight: bold;"> Your content here </span>
Simply copy and paste that code in the message box in the app and then replace "Your content here" with your own content.
Here's an example:
Italics:
Italics Styling Code: <span style="font-style: italic;"> Your content here </span>
Simply copy and paste that code in the message box in the app and then replace "Your content here" with your own content.
Here's an example:
Underline:
Underline Styling Code: <span style="text-decoration: underline;"> Your content here </span>
Simply copy and paste that code in the message box in the app and then replace "Your content here" with your own content.
Here's an example: