Jump to content

Button change


Recommended Posts

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

×
×
  • Create New...