How do you add an anchor link to a Header on the same page? Editor won't appear

I know how to add an anchor link to regular text. However, the WYSIWYG editor doesn’t show up when I want to add it to a header area. What gives?

Can you post a screenshot of the header field you are trying to edit on the landing page? Chances are, you’re adding header text on a regular text field (as opposed to a rich text field), which doesn’t function as a WYSIWYG editor.

If that’s the case, you can add a header element around you current header text and add an id to the header element. Would look something like this, added directly to the text field:

<h2 id="anchor-text">Header Copy Here</h2>

Sure. This is a screenshot;

Where do I go to find that header text? I tried adding it on the left hand sidebar, Header Content, but that doesn’t seem to work

Is the Header Content field editable?

If so, replace “Programs VUIM Offers”, with the following:

<h2 id="anchor-text">Programs VUIM Offers</h2>

You can add basic HTML elements to the header content.

Ah gotcha. Yeah, I did this prior to asking and still saw the HTML code in the preview so didn’t think it would work. I had to save the edit in order to see the change take place. Thanks!