Hello,

I'm Drupal newbie and recently started using it. Now I want to give my site the look I designed.
And thought bootstrap was the way to go as it goes for theming. So I installed it as a subtheme and have a blank style.css wich overrules the themes own style. Now I have already used selectors as h1, h2 etc. and body. I do know basic CSS but I have no idea what selectors I need to call on for let's say the navigation bar, I want to customize the colors of the bar and just don't know where to start.
Anyone got any tips for me where to look or what to learn?

Comments

svennovich’s picture

I found a lot of selectors through inspect element in Firefox. Selecting the element I wanted to change and using it in the custom css to override the bootstrap.min.css.

Stefan Lehmann’s picture

Yes, the inspector is your tool of choice here. It will pay out to get very familiar with all it's functions. You can also debug Javascript code, trace which files are loaded and when, inspect cookies and much more.

I like cookies!