0

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.

George Litos
  • 445
  • 4
  • 12

1 Answers1

0

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>
George Litos
  • 445
  • 4
  • 12