Jump to content

Need some quick html/css help

TechBlitZ

Chrome developer tools (or probably the developer tools in your chosen browser) are good for this. You can inspect the HTML and it will tell you on the right hand side all the CSS which is associated with the highlighted element... it even tells you which file it is in.

If it is bootstrap itself, best thing to do is to define your own class and add it to that element (at the end of the list of classes), it should override others.

Link to comment
Share on other sites

Link to post
Share on other sites

Change properties of following class: navbar-inverse

You can easily find this with the developer tools of your browser! Right-Click -> Inspect element (at least in Chrome and Safari) 

.navbar-inverse{background-color: #YOURCOLORHERE;border-color: #YOURCOLORHERE;}

Business Management Student @ University St. Gallen (Switzerland)

HomeServer: i7 4930k - GTX 1070ti - ASUS Rampage IV Gene - 32Gb Ram

Laptop: MacBook Pro Retina 15" 2018

Operating Systems (Virtualised using VMware): Windows Pro 10, Cent OS 7

Occupation: Software Engineer

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×