Frozen233 Posted October 21, 2017 Share Posted October 21, 2017 Hello, I would like to change the default 'blue' colors from the WHMCS Six template to another color such as red. I tried to google for the solution and changing the css files in side templates/six/css did not seem to do the job? Can someone tell me the right (and easy) way to do it? Thanks a lot 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 22, 2017 Share Posted October 22, 2017 12 hours ago, Frozen233 said: I would like to change the default 'blue' colors from the WHMCS Six template to another color such as red. I tried to google for the solution and changing the css files in side templates/six/css did not seem to do the job? Can someone tell me the right (and easy) way to do it? you'd need to edit /templates/six (or custom)/css/custom.css and add... .navbar-main {background-color: #ff0000;} if you don't rename the 'Six' template, then remember to backup custom.css before updating WHMCS as the automatic updater will overwrite the file. 1 Quote Link to comment Share on other sites More sharing options...
Frozen233 Posted October 22, 2017 Author Share Posted October 22, 2017 Hello, Thanks a lot. What about the other two blues shown in the picture? Thanks 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 23, 2017 Share Posted October 23, 2017 22 hours ago, Frozen233 said: Thanks a lot. What about the other two blues shown in the picture? section#home-banner { background-color: #ff0000; } .home-shortcuts { background-color: #ff0000; } plus if you want to change the border colors between those links (hosting/payment/support)... .home-shortcuts li { border-right: 1px solid #ff0000; } .home-shortcuts li:first-child { border-left: 1px solid #ff0000; } 1 Quote Link to comment Share on other sites More sharing options...
kship Posted November 28, 2019 Share Posted November 28, 2019 what about the colors of the drop downs in the main menu (background color) and the left panel rollover color. Where is the css located for that? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted November 28, 2019 Share Posted November 28, 2019 1 hour ago, kship said: what about the colors of the drop downs in the main menu (background color) and the left panel rollover color. Where is the css located for that? Did you know you can find these for yourself? A color sampling tool would help, as would using something like Firefox's web tools. While viewing the page, hit the F12 key. That should open the console, and in that a button that you can click then hover over the color in question. Click on the element, and it's fairly easy to find why it's the color (or location and so on) it is. 1 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.