Jump to content

Ordering, Step1-5 highlighting


markjut

Recommended Posts

Hey all,

 

I just wondered if anyone knew where I could change the colour of the green highlighting that highlights each step when ordering. (You can see it at http://www.hadleyhost.com/billing/cart.php). It highlights each step depending on the colour.

 

I want to change this colour to match my colour scheme but I cannot seem to find where I can change it.

 

Any help would be greatly appreciated!

Link to comment
Share on other sites

Specifically, you need to change whmcs/templates/orderforms/default/style.css - beginning on line 1

 

div.stepsboxactive
{
background-color: #a4c96e;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
width: 150px;
font-size: 12px;
text-align: center;
color: #ffffff;
margin-bottom: 5px;
}

 

Change background color to whatever you wish, and the color of font as well. Hope that helps :)

Link to comment
Share on other sites

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