Shape 5

Joomla Templates => Spectrum - Club => : nmulders November 26, 2015, 06:04:00 AM



: Adding a module class suffix to S5 Image & Content fader
: nmulders November 26, 2015, 06:04:00 AM
Hi,
I"ve tried to apply a module class suffix to this module without luck,
anyone who tried this succesfully?
thx!


: Re: Adding a module class suffix to S5 Image & Content fader
: mikek November 26, 2015, 06:35:54 AM
Hello,

That particular area isn't designed to receive a class. You can change it though in the index.php file:

<?php s5_module_call('custom_3','notitle'); ?>

Change to:

<?php s5_module_call('custom_3','round_box'); ?>

That might change the styling slightly though.