Jump to content

Navbar color not changing


kazurengan

Recommended Posts

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

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;
}

uVfuUS7.png

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. :idea:

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated