ENG MUHAMED
New Member
I'm using Drupal 7 and Field Slideshow plugin. I published my slide and working. It's have a pager and that's name 'Prev' and 'Next'I don't want text, must image. How can i do it?\[code\]<div id="field-slideshow-<?php print $slideshow_id; ?>-controls" class="field-slideshow-controls"> <a href="http://stackoverflow.com/questions/14053075/#" class="prev"><?php print t('Prev'); ?></a> <?php if (!empty($controls_pause)) : ?> <a href="http://stackoverflow.com/questions/14053075/#" class="play"><?php print t('Play'); ?></a> <a href="http://stackoverflow.com/questions/14053075/#" class="pause"><?php print t('Pause'); ?></a> <?php endif; ?> <a href="http://stackoverflow.com/questions/14053075/#" class="next"><?php print t('Next'); ?></a></div>\[/code\]