# 30. Notification Message

![](https://2194051268-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MPJdxe1K-sVbh8qB1ld%2F-McsjxxNw1aexMedoUhp%2F-Mcskpbi012NBMhaUudU%2Fscreen-image.jpg?alt=media\&token=76d83a92-7e3e-4c43-bffc-37120cdb6ea4)

```
'notification_message' => array(
    'type' => 'notification_message',
    'image' => STM_POST_TYPE_URL . 'theme-options/inc/assets/img/notice/ehf.svg',
    'description' => sprintf( '
        <h1>Elementor Header & Footer Builder</h1> 
        <p>Elementor editor gives you the flexibility to design beautiful sections. Using it you can create out of the box header and footer designs.</p>
        <p>You can customize the header and footer builders by clicking «Open Header Builder» or: <strong>Appearance -> Header Footer & Block section</strong></p>
        ' ),
    'buttons' => array (
        array(
            'url' => admin_url( "themes.php?page=tgmpa-install-plugins" ),
            'text' => 'Install & Activate',
            'class' => 'button_black'
        ),
        array (
            'url' => admin_url( "edit.php?post_type=elementor-hf" ),
            'text' => 'Open header Builder'
        )
    )
)
```

It is possible to download font icons

![](https://2194051268-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MPJdxe1K-sVbh8qB1ld%2F-McsjxxNw1aexMedoUhp%2F-Mcsl_5cWo7SZimaAjk9%2Fscreen-icon.jpg?alt=media\&token=47682649-8c01-4c52-ba9c-9e6ea4dc404a)

```
'notification_message' => array(
    'type' => 'notification_message',
    'icon' => 'fab fa-adn',
    'description' => sprintf( '
        <h1>Elementor Header & Footer Builder</h1> 
        <p>Elementor editor gives you the flexibility to design beautiful sections. Using it you can create out of the box header and footer designs.</p>
        <p>You can customize the header and footer builders by clicking «Open Header Builder» or: <strong>Appearance -> Header Footer & Block section</strong></p>
        ' ),
    'buttons' => array (
        array(
            'url' => admin_url( "themes.php?page=tgmpa-install-plugins" ),
            'text' => 'Install & Activate',
            'class' => 'button_black'
        ),
        array (
            'url' => admin_url( "edit.php?post_type=elementor-hf" ),
            'text' => 'Open header Builder'
        )
    )
)
```
