Gift Message. How to send font color and Style?

Topic summary

A user is implementing line properties to send custom messages to the cart for their products. The challenge involves preserving font styling (color and font family) when these messages are transmitted to the cart.

Technical Context:

  • Using form input fields with properties[Message] naming convention
  • Attempting to apply inline CSS styles (font-family: BOOKOS; color: Red) to the input field
  • The HTML code snippet shows a text area input with custom styling attributes

Current Issue:
The user needs guidance on how to maintain or transfer the visual formatting (font color and style) of custom messages when they’re added to the cart, as standard line properties typically only capture plain text values.

No solutions or responses have been provided yet, and the question remains open.

Summarized with AI on November 23. AI used: claude-sonnet-4-5-20250929.

Hi, I am using line properties to send custom message to the cart for my products. However, these custom messages also have font color and font style, but I don’t know how I would send to the cart. Any idea??