• Resolved LordGoran

    (@lordgoran)


    I have the page titles showing up as text over my hero image.
    However I’d like to add an additional text element below the page title that is unique to the page. I dragged in a new text element, but it displays the same text on ALL pages. I’d like to have different text for the second element or no text at all other than the page title.

    How do I do that?

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter LordGoran

    (@lordgoran)

    Okay, I figured out a round about way to add a second text area to the hero section of the inner pages.

    In your functions.php file add the following line of code:

    add_post_type_support( 'page', 'excerpt' );

    That adds an excerpt field to all your pages, just like for your posts.
    Open your pages and add the text you want in the excerpt field.

    Then in the colibri builder, open an inner page to edit.
    Go to the Hero settings, open the editing tools, and search for “summary” in the components.
    Drag that into the same column as the page title component.
    Save, and go view your page. You now have a second text block.

    Steve

Viewing 1 replies (of 1 total)
  • The topic ‘Second text element in hero content’ is closed to new replies.