How to add Subtitle to NavBar

Hello,

how can I add subtitle to the following code. Adding property :subtitle to the navbar tag, renders the subtitle before the menu icon. Is it possible to add a submenu tag to the code below?

All the best !

title

<f7-navbar :transparent=false>
      <f7-nav-left>
        <f7-link icon-ios="f7:menu" icon-aurora="f7:menu" icon-md="material:menu" panel-open="left"></f7-link>
      </f7-nav-left>
      <f7-nav-title>Title</f7-nav-title>
       <f7-nav-right>
        <f7-link icon-f7="gear_alt" href="/somepage/" transition="f7-flip" history:false ignore-cache:true></f7-link>
       </f7-nav-right>
    </f7-navbar>
<f7-nav-title>
  Title
  <span class="subtitle">Subtitle</span>
</f7-nav-title>

Oh, great :slight_smile: :grinning:

Merry Xmas and Happy New Year !