Hi guys,
I am new to WHMCS and would like to change some colors of the WHMCS interface. I am using the default six template and editing the custom.css in /home/*username*/public_html/*clientareaname*/templates/six/css/custom.css. To change the color of the navigation bar I used
.navbar-main {background-color: #ff0000;}
but for some reason, custom.css is not loading. When I load my site and look into the custom.css file it's empty. Since that didn't work I tried to change the color in override.css, which didn't work either. I cleared my cache as well. Any help would be greatly appreciated.