I would like to remove the H1 Heading from the Slideshows. For a SEO perspective, the only H1 I want on a given Page ist the Title of the Page.
In Order to change the H1 I foung this line in the helper-slideshow.php
//caption
if(!empty($slide['slideshow_caption_title'])) $data .= '<h1 '.$font_style.'>'.$slide['slideshow_caption_title'].'</h1>';
Is this the right place? If yes, what do I have to change, in order to remove the H1?
Thanks in advance.
Cheers!














