mezzo Posted July 21, 2015 Share Posted July 21, 2015 I've tried in vain to figure out where and how to change the teal navbar colour (color) in the Six theme of WHMCS. How do I do this? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 21, 2015 Share Posted July 21, 2015 take a look in templates/six/css/overrides.css and change the background colour .navbar-main { margin-bottom: 0; background-color: #006687; border: 0; min-height: 38px; font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 15px; } 0 Quote Link to comment Share on other sites More sharing options...
mezzo Posted July 21, 2015 Author Share Posted July 21, 2015 Ahhh, thank you! I knew it was .navbar-main but didn't think to look at that file. That also helps me determine the original font. Thanks again, big help brian! 0 Quote Link to comment Share on other sites More sharing options...
owengreaves Posted July 22, 2015 Share Posted July 22, 2015 You probably should put your change in the custom.css file, leave the others alone if possible, refer to them to find what you want to change. 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.