timbwfc Posted November 24, 2010 Share Posted November 24, 2010 Hello there - i have almost finished with the customisation of my whmcs user interface. I am just trying to change the buttons on each of the pages to images. I am struggling to work out how to do this - be good if anyone could help. Kind Regards 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted November 24, 2010 WHMCS Support Manager Share Posted November 24, 2010 What changes are you trying to make exactly? 0 Quote Link to comment Share on other sites More sharing options...
factor Posted December 3, 2010 Share Posted December 3, 2010 I'm trying to change the buttons (size or using a graphic instead) of the order process, where should we look at? Regards, 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted December 3, 2010 WHMCS Support Manager Share Posted December 3, 2010 To customise the order process you would look at /templates/orderforms/*your active template*/ http://wiki.whmcs.com/Order_Form_Templates 0 Quote Link to comment Share on other sites More sharing options...
GORF Posted December 4, 2010 Share Posted December 4, 2010 Check out this thread too .... http://forum.whmcs.com/showthread.php?t=19437 0 Quote Link to comment Share on other sites More sharing options...
IntaHost-Steve Posted December 7, 2010 Share Posted December 7, 2010 You can target all of the buttons in whmcs templates with CSS using the relevant selector: input[type="button"], input[type="submit"], input[type="reset"], button Style those for all the main buttons, not including the select or checkboxes etc, as that will look odd. Add some styles through CSS and your buttons will all take shape in one swoop. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.