aberidius Posted August 18, 2015 Share Posted August 18, 2015 Hi so i've managed to change my colors on the Six theme just fine but the top navigation bar doesnt want to change. i.imgur.com/CxY2dZi.png HOW IT LOOKS RIGHT NOW I want to change the color of the bar that the "Home" "Announcement" and so are on. /** * ------------------------- * @section Main Menu * ------------------------- */ section#main-menu { background-color: #5E1C70; } IT still wont change, anyone have a clue what to do? 0 Quote Link to comment Share on other sites More sharing options...
Cel Posted August 19, 2015 Share Posted August 19, 2015 try: background-color: #5E1C70 !important; 0 Quote Link to comment Share on other sites More sharing options...
owengreaves Posted August 21, 2015 Share Posted August 21, 2015 Also, put your CCS code in the custom.css file - that way the original stays intact, you can always remove the code in the custom.css file and never have to worry about the original : ) Just experiment using this file, it's safer. Just drop your code in: section#main-menu { background-color: #5E1C70; } That should do it. 0 Quote Link to comment Share on other sites More sharing options...
Shenzo Posted September 29, 2015 Share Posted September 29, 2015 Also, put your CCS code in the custom.css file - that way the original stays intact, you can always remove the code in the custom.css file and never have to worry about the original : ) Just experiment using this file, it's safer. Just drop your code in: section#main-menu { background-color: #5E1C70; } That should do it. I did it but it is not changing. I am using Six theme in WHMCS 6.1.0 Attached in my custom.css. I am in the right folder. The first command is working fine. but I cannot change color of navigation bar background (second command) 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted September 29, 2015 Share Posted September 29, 2015 try using the code below instead... .navbar-default { background-color: #0F75BC; } 0 Quote Link to comment Share on other sites More sharing options...
badrocks Posted September 29, 2015 Share Posted September 29, 2015 I had the same problem and had to modify the overrides.css file at around line 38 .navbar-main 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted September 29, 2015 Share Posted September 29, 2015 I had the same problem and had to modify the overrides.css file at around line 38 .navbar-main pasting the code into custom.css would probably have been a better/safer solution. 0 Quote Link to comment Share on other sites More sharing options...
badrocks Posted September 29, 2015 Share Posted September 29, 2015 If I recall correctly it didn't work. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted September 29, 2015 Share Posted September 29, 2015 If I recall correctly it didn't work. I tried it (successfully) in custom.css before posting it earlier today - perhaps you needed to clear your template cache? 0 Quote Link to comment Share on other sites More sharing options...
badrocks Posted September 29, 2015 Share Posted September 29, 2015 Thanks Brian. I'll try that. 0 Quote Link to comment Share on other sites More sharing options...
badrocks Posted September 29, 2015 Share Posted September 29, 2015 Works like a champ in custom.css after clearing cache. Thanks Brian 0 Quote Link to comment Share on other sites More sharing options...
Shenzo Posted October 2, 2015 Share Posted October 2, 2015 try using the code below instead... .navbar-default { background-color: #0F75BC; } Worked like a charm. Thanks a lot. (Y) 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.