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'; }
Updated over 4 years ago