tonymac Posted April 1, 2013 Share Posted April 1, 2013 (edited) Hi Can anyone help me out, I am trying to change all the colours in whmcs and stuck on three, can you take a look at the picture below which will explain more, there are three colours on the theme portal that I can not find to change, would really like someone to tell me where I can find this, I have tried changing every colour code in the css file before asking for help but nothing found. I am really new to changing stuff like this and would really appreciate any help you can give. Thanks guys Here is the picture Edited April 1, 2013 by tonymac 0 Quote Link to comment Share on other sites More sharing options...
bear Posted April 2, 2013 Share Posted April 2, 2013 Easiest way to find these is to sample the color, and search all the CSS files for that. Plenty of color sampling tools out there like this one: http://colorcop.net/ Also, you can generally find a lot about a design using Firefox and the firebug plugin: https://addons.mozilla.org/en-us/firefox/addon/firebug/ For the vertical light color: #content_left has a fixed width. Changing that to 698px closes that gap. Same section and ID, "bottom-margin" is opening the gap below it. Removing it leaves a bit, may need a negative margin. Bound to cause issues being pixel specific, though. For the border: #content_container. Look for #225588. 0 Quote Link to comment Share on other sites More sharing options...
tonymac Posted April 2, 2013 Author Share Posted April 2, 2013 HI Bear, Thanks for the reply, this is how I found most of the colour changes by using firefox and firebug, the last comment look for #225588 has already been changed and has not made ay difference, it did using firebug but not when I did the changes live. Regards Tony 0 Quote Link to comment Share on other sites More sharing options...
bear Posted April 2, 2013 Share Posted April 2, 2013 The bottom blue color is set with the "body" declaration in the same style sheet, hex #336699. Again, the color picker will give you what to search for, and Firebug can help prove it's the correct thing to change. 0 Quote Link to comment Share on other sites More sharing options...
herbertguzman Posted January 24, 2014 Share Posted January 24, 2014 Your forum provided us with valuable information to work with. Each & every tips of your post are awesome. Thanks a lot for sharing. 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.