Jump to content

Navigation bar color


aberidius

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 1 month later...
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)

Custom.css.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • 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