Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress From Bootstrap to WordPress Create Bootstrap Styled Theme Templates The Header and Footer Templates

Hope Tillman
Hope Tillman
848 Points

Where in the css do I change the black top of the Wordpress/Bootstrap pages to white or other color?

I like the Bootstrap theme for Wordpress but the Black page top doesn't match the styling I want to have for the website. I tried the TWBS color navbar but it doesn't touch the black top. Thanks for any direction.

3 Answers

Hey

Have you tried targeting the element with some CSS? If you open Chrome dev tools you should be able to pin point which element you need to target. If the site is live I could take a look for you.

Best wishes, Mike

Hope Tillman
Hope Tillman
848 Points

I thought I had already exhausted that route, but when I went back to look at the css with the chrome deelopment tools and then back to my header.php file, I found that I wasn't using the navbar-deafult but the navbar-inverse. Thanks, your answer helped me solve the problem.

You're welcome, glad you were able to get to the bottom of it!