kazurengan Posted November 7, 2017 Share Posted November 7, 2017 Hello i'm trying to change the color of the whmcs navbar. i've changed it to black in overrides.css but it is still blue. why? i even waited some minutes to let it update but it didn't change. .navbar-main { margin-bottom: 0; background-color: #000000; border: 0; min-height: 38px; font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 15px; Link to comment Share on other sites More sharing options...
brian! Posted November 7, 2017 Share Posted November 7, 2017 https://developers.whmcs.com/themes/css-styling/ if this is a recent release of WHMCS (e.g anything in the last year or two), then it likely no longer uses overrides.css - so you should put your custom css in /templates/six (or custom)/css/custom.css ...and remember to add the closing } too! .navbar-main { margin-bottom: 0; background-color: #000000; border: 0; min-height: 38px; font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 15px; } and if you're using "Six" and haven't renamed it, then watch out for the automatic updates as they will overwrite this file during an update (it should warn you first) - so always remember to have a backup copy of your changes. 1 Link to comment Share on other sites More sharing options...
Recommended Posts