Usage instrsuctions1. Set the modules suffix to -iosdv.2. Edit your template index.php and add bellow your template's CSS these lines:Code: [Select]<link rel="stylesheet" type="text/css" href="<?php echo $mosConfig_live_site; ?>/modules/mod_iosdvmenu/iosdvmenu.css" /><script type="text/javascript" src="<?php echo $mosConfig_live_site; ?>/modules/mod_iosdvmenu/iosdvmenu.js"></script>3. Publish it in a template position of your choice.4. Edit modules/mod_iosdvmenu/iosdvmenu.css CSS file if needed.
<link rel="stylesheet" type="text/css" href="<?php echo $mosConfig_live_site; ?>/modules/mod_iosdvmenu/iosdvmenu.css" /><script type="text/javascript" src="<?php echo $mosConfig_live_site; ?>/modules/mod_iosdvmenu/iosdvmenu.js"></script>
As I would like to use a similar grey color and rounded corners that the template is using, can I change the color using css rather than using a gif?