Jump to content

how to change .navbar color for all site?


dude179

Recommended Posts

Hi,

 

Can please anyone help me out?

 

I like to change the bar color from to something that I like on home page (it is now black and and it has all link such home and etc.)

 

I know it is somewhere either in bootstrap.css or whmcs.css.

 

 

It would be great help. Thanks

Link to comment
Share on other sites

You can use any text editor and search for the color or CSS declarations for this.

Alternately, open the page in Firefox with the Firebug addon and use that to locate the file and declaration that is responsible.

 

Overall, simple to find for yourself.

Link to comment
Share on other sites

  • 3 weeks later...
#whmcsthemes .navbar-inner {

min-height: 40px;

padding-right: 20px;

padding-left: 20px;

background-color: #000;

}

bootstrap.css

 

Only for our themes ;-)

 

If you are using the standard WHMCS default template, the code will look a bit different but you can search for:

 

.navbar-inner

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