Skip to main content

Set links to open in new tabs

Updated April 9, 2026

Learn when and how to make links open in a new tab, and what limitations exist in Fourthwall

By design, Fourthwall links, whether added to your navigation menu, buttons, or rich text, will open in the same browser tab.

Several section types have a built-in "open in new tab" toggle, and you can also use Custom HTML for links that don't have one.

Sections with built-in "open in new tab" settings

The following sections include an Open link in a new tab checkbox in their settings:

  • Announcement bar: Check "Open link in a new tab" when configuring the bar link.
  • Links list: Check "Open links in a new tab" to apply to all links in the section.
  • Scrolling text (text carousel): Check "Open link in a new tab" for the scrolling text link.

To use these, go to Site Design > Layout, click on the section, and look for the new tab checkbox in its settings.

For links in navigation menus, rich text blocks, or other areas without a built-in toggle, you can use a Custom HTML section and add target="_blank" manually:

Link Name

This ensures the link opens in a new tab or window.

Learn how to add custom HTML to your Fourthwall site here: Add custom HTML and code to your site

Frequently asked questions

How can I have a menu link open in a new window?

  • There's currently no built-in setting for navigation menu links; they open in the same tab. Use Custom HTML if you need this behavior.

Can I force a menu item to open in a new tab with code?

  • Only if you add a custom HTML link; otherwise, no. Navigation menu items always open in the same tab.
Was this helpful?