How to insert a banner inside an article
- Open the article in Webflow CMS.
- In the Rich Text field, place the cursor where the banner should appear.
- Add the banner block on a new empty line:
[[banner:BANNER-NAME]]
headline: Your headline
description: Your description
button: Button text
url: /your-link
image: https://your-image-url.webp
color: COLOR-NAME
[[/banner]]
Available banner names:
subscription-1, simple-1, w-image-1
Available colors:
blue, light, orange
For headline, description, button use simple text.
For url use the full url.
For image:
1. Upload the image to Webflow Assets.
2. Copy the image URL.
3. Past the link like image: https://your-image-url.webp
Other Notes:
- Keep [[banner:...]] and [[/banner]] in the Rich Text
- Each setting must be on a separate line.
- Links open in a new tab by default.
- Make sure the updated rich text with new banner has been published in CMS