markjut Posted September 16, 2008 Share Posted September 16, 2008 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! 0 Quote Link to comment Share on other sites More sharing options...
arhost Posted September 16, 2008 Share Posted September 16, 2008 Try: /templates/orderforms/default/style.css 0 Quote Link to comment Share on other sites More sharing options...
wpeters Posted September 17, 2008 Share Posted September 17, 2008 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 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.