TAPWater336 Posted March 12, 2010 Share Posted March 12, 2010 Is there a way to change the button the featured products module uses?Currently it uses button-medium and I would like to make it use button-small or better yet a custom button.Thanks in advance for the help. Link to comment Share on other sites More sharing options...
rocky Posted March 13, 2010 Share Posted March 13, 2010 Simply modify modules/homefeatured/homefeatured.tpl and change the following code on line 20 from: class="button" to: class="button_small" and change the following code on lines 23 and 25 from: class="exclusive" to: class="exclusive_small" As well as the "small" size, there is also a "mini" size and "large" size. You can modify the /* global button */ section of global.css to add your own size. Link to comment Share on other sites More sharing options...
Recommended Posts