Jump to content

Change button colours in Client Area / Cart


CCSupport

Recommended Posts

This is now resolved.

 

For anyone that needs to sort this, just open whmcs.css, located in your current template folder/css (i.e. templates/default/css if using the 'default' template) - open with notepad is fine and find the following code (from line 1017):

 

/* buttons */

#whmcsorderfrm input[type="button"], #whmcsorderfrm input[type="reset"], #whmcsorderfrm input[type="submit"] {
   cursor: pointer;
   display: inline-block;
   background-color: [b][color="#FF0000"]#E6E6E6[/color][/b];
   background-repeat: no-repeat;
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from([b][color="#FF0000"]#ffffff[/color][/b]), color-stop(25%, [b][color="#FF0000"]#ffffff[/color][/b]), to([b][color="#FF0000"]#e6e6e6[/color][/b]));
   background-image: -webkit-linear-gradient([b][color="#FF0000"]#ffffff[/color][/b], [b][color="#FF0000"]#ffffff[/color][/b] 25%, [b][color="#FF0000"]#e6e6e6[/color][/b]);
   background-image: -moz-linear-gradient(top, [b][color="#FF0000"]#ffffff[/color][/b], [b][color="#FF0000"]#ffffff[/color][/b] 25%, [b][color="#FF0000"]#e6e6e6[/color][/b]);
   background-image: -ms-linear-gradient([b][color="#FF0000"]#ffffff[/color][/b], [b][color="#FF0000"]#ffffff[/color][/b] 25%, [b][color="#FF0000"]#e6e6e6[/color][/b]);
   background-image: -o-linear-gradient([b][color="#FF0000"]#ffffff[/color][/b], [b][color="#FF0000"]#ffffff[/color][/b] 25%, [b][color="#FF0000"]#e6e6e6[/color][/b]);
   background-image: linear-gradient([b][color="#FF0000"]#ffffff[/color][/b], [b][color="#FF0000"]#ffffff[/color][/b] 25%, [b][color="#FF0000"]#e6e6e6[/color][/b]);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='[b][color="#FF0000"]#ffffff[/color][/b]', endColorstr='[b][color="#FF0000"]#e6e6e6[/color][/b]', GradientType=0);

 

Decide on your new colours and change ALL relevant HEX Colour codes to the TWO you want.

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated