dude179 Posted April 4, 2013 Share Posted April 4, 2013 Hi, Can please anyone help me out? I like to change the bar color from to something that I like on home page (it is now black and and it has all link such home and etc.) I know it is somewhere either in bootstrap.css or whmcs.css. It would be great help. Thanks 0 Quote Link to comment Share on other sites More sharing options...
bear Posted April 4, 2013 Share Posted April 4, 2013 You can use any text editor and search for the color or CSS declarations for this. Alternately, open the page in Firefox with the Firebug addon and use that to locate the file and declaration that is responsible. Overall, simple to find for yourself. 0 Quote Link to comment Share on other sites More sharing options...
MemoryX2 Posted April 5, 2013 Share Posted April 5, 2013 If you are using Chrome, right click then select inspect element. It tells you elements properties, line number and everything. 0 Quote Link to comment Share on other sites More sharing options...
wrighty Posted April 23, 2013 Share Posted April 23, 2013 #whmcsthemes .navbar-inner { min-height: 40px; padding-right: 20px; padding-left: 20px; background-color: #000; } bootstrap.css 0 Quote Link to comment Share on other sites More sharing options...
Alistair Posted April 24, 2013 Share Posted April 24, 2013 #whmcsthemes .navbar-inner { min-height: 40px; padding-right: 20px; padding-left: 20px; background-color: #000; } bootstrap.css Only for our themes ;-) If you are using the standard WHMCS default template, the code will look a bit different but you can search for: .navbar-inner 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.