Zazoos Posted August 30, 2013 Share Posted August 30, 2013 Yikes, thought this would be a simple change but I am utterly lost. I would like to change the dark grey color on the default nav bar to a deep blue, but cannot locate where this is controlled. Can anyone point me to the line of code and file? 0 Quote Link to comment Share on other sites More sharing options...
edwardmill Posted August 30, 2013 Share Posted August 30, 2013 If you got your custom template then try to find in template CSS file called style.css open any ++notepad software and search for navbar you will find. This is my way. I hope this will help you. 0 Quote Link to comment Share on other sites More sharing options...
Zazoos Posted August 30, 2013 Author Share Posted August 30, 2013 I am using the default template that comes with the install. - - - Updated - - - It has bootstrap.css or whmcs.css 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted August 30, 2013 Share Posted August 30, 2013 (edited) it's bootstrap.css .navbar-inner { min-height: 40px; padding-right: 20px; padding-left: 20px; background-color: #2c2c2c; background-image: -moz-linear-gradient(top, #333333, #222222); background-image: -ms-linear-gradient(top, #333333, #222222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)); background-image: -webkit-linear-gradient(top, #333333, #222222); background-image: -o-linear-gradient(top, #333333, #222222); background-image: linear-gradient(top, #333333, #222222); background-repeat: repeat-x; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1); } you just need to replace the #colors with your own in RGB format - i.e the blue bar at the top of this forum is #1A4D80 Edited August 30, 2013 by brian! 0 Quote Link to comment Share on other sites More sharing options...
edwardmill Posted August 31, 2013 Share Posted August 31, 2013 (edited) I never use the default whmcs template i always use customer templates. but if you looking for costume template then must in CSS folder called style.css. Edited August 31, 2013 by edwardmill 0 Quote Link to comment Share on other sites More sharing options...
Zazoos Posted August 31, 2013 Author Share Posted August 31, 2013 Thank you, Brian, and the others who helped me. Brian, you led me to the exact right spot. 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.