Remove "read details" button from responsive banner

I am trying to remove the "read details" button from the responsive banner component. I am using slider style1. Is someone able to point me in the direction of where or how I might remove this button.
11 years 2 weeks ago #1 by Glen

Please Log in or Create an account to join the conversation.

Hello

inside this file /modules/mod_responsivebannerslider/tmpl/default.php find this line
<a href="<?php echo $link;?>" class="rbs_readon"><?php echo JText::_('MOD_RESPONSIVEBANNER_READMORE') ;?></a>

you may un-comment it out or just delete it.
11 years 2 weeks ago #2 by erwinschro

Please Log in or Create an account to join the conversation.

Thanks very much for that. Just for other peoples reference there is about 4 spots in the defaul.php file that this line needs to be commented or deleted.
Cheers
11 years 2 weeks ago #3 by Glen

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum