The workaround for this is to edit the theme so the style that controls the 'title' is set to hide the text. In order for this theme.css edit to not be overwritten each time you generate the gallery, simply save the theme as a custom theme and then changed the theme.css for the custom theme. Once changed, Shozam will keep your changes whenever you use that custom theme.
Follow these steps:
- Go to Step 4, pick the theme you want
- Go to Customize tab and save the theme with a new name
- You can close or leave open Shozam; go to the File Explorer and open the 'My Documents/My Shozam Themes/[Theme-Name]/' folder and edit 'theme.css' - you can use Notepad for this
- Add the following code at the end of the file:
.title {display: none}
- Save file
- Generate gallery using your custom theme and verify that the title is not there (refresh page if needed using F5 or Ctrl+R or Ctrl+Shift)