How can I use bold, italics or underline in the bar? (FSB)

You can style the text in your Free Shipping Bar by using HTML code in the message:

Bold Styling Code: <span style="font-weight: bold;"> Your content here </span>
Outcome: Your content here
   
Underline Styling Code:
<span style="text-decoration: underline;"> Your content here </span>
Outcome: Your content here
   
Italics Styling Code: <span style="font-style: italic;"> Your content here </span>
Outcome: Your content here

 

Simply copy the code above that applies, paste it into your message, then replace "Your content here" with your own content.

Like so:

 

fsb_bold_message.png

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.