How can I disable presentation title in header in touying (simple theme)?

I wish to maximize slide space. I am using the simple theme in touying, but it puts the presentation title above the slide title. How can I get rid of that?

Do you mean the header? The docs go over all the options you can change. In your case, it’d be fixed with

#show: simple-theme.with(
  header: none
)
2 Likes