Skip to Content

How to Add Anchors to your Webpages

Anchors—also known as jump links or bookmarks—allow users to quickly navigate to specific sections of a webpage. They’re especially useful on longer pages where readers may want to skip to the part that matters most to them.

Method 1: Using Headings

In cuTheme, anchors are automatically created for headings (e.g., H2, H3). The system generates an ID based on the heading text by:

For example

Link to the header block using the ID with a hashtag. For example: #add-anchors-to-webpage

Method 2: Manually Adding Anchors

If your content doesn’t use a heading, you can still add an anchor manually:

  1. Click where you would like to add the anchor (e.g., start of a paragraph block).
  2. In the block settings panel on the right, open the Advanced section.
  3. Enter a unique name in the HTML Anchor field (use lowercase letters and dashes).
    For example: custom-anchor
Add anchor screenshot

Then link to it using the following: #custom-anchor

Anchors are an easy way to make your webpages more user-friendly. They help readers get where they want to go faster, especially on longer pages.