How can I add a slide title in wowchemy slides?

33 views Asked by At

I use wowchemy academic theme for wowchemy (Hugo static site generator) and I created a presentation with slides, how can I add custom titles to the slides ? The titles appear on the slide menu.

1

There are 1 answers

0
George Litos On BEST ANSWER

To create a custom slide title,you have to create an element with the class menu-title in your slide section and the element's text will be the title.

<span class="menu-title" style="display: none">Custom Title</span>