Search specific term/phrase surrounded by double quotes. e.g. “deep linking”
Exclude records that contain a specific term prefixed with a minus. e.g. Android -Firebase

Can I add a 2 lines of text to my Journeys?

You can add a second line of text to your Journey either before or after by adding it to the CSS element:

Before

branch-banner .branch-banner-description::before { display: block; content: 'Chat with other Fans'; }

After

#branch-banner .branch-banner-description::after { display: block; content: 'Watch in Dark Mode'; }