Here is how to solve the problem:
Hi Marcel,
We have a community project for theme translation: http://translate.themezee.org/projects/zeeflow/zeeflowpro/de/default . You can download the German language file at the bottom of the page.
The slider is displayed by the themezee_display_frontpage_slideshow() function which you can find in the theme files /includes/template-tags.php in case you want to remove the read more button completely.
You can also use custom CSS code to hide the read more button, which is recommended:
#frontpage-slider .slide-more-link {
display: none;
}
Best,
Thomas
Hi there,
I am experiencing the same issue.
I tried to rename the ‘Read More’ button which didn’t work and now I want to remove it from the slider. But I don’t know how..
Has any one solved this already? Please tell us how..
Thank you!