Jump to content
Sign in to follow this  
dherries

Navigation Bar Colors

Recommended Posts

dherries

I am struggling with changing the colors on the navigation bar and Firebug is not helping. I want to change the background color and text color of the navigation bar and the drop-down navigation bars as well as the hover-over bars and text colors. Any help? Site is:http://blogofthetown.com/blog/realtycolorado/

Share this post


Link to post
Share on other sites
cmunns

Did you play with the design control settings?

Share this post


Link to post
Share on other sites
dherries

I have tried everything. The problem is that the navigation bar settings are tied to other color settings when I change on I change others that I don't want to change.

Share this post


Link to post
Share on other sites
kastelic

Whats the issue with Firebug? Have you tried any CSS rules? If so, can you paste them here?

Share this post


Link to post
Share on other sites
dherries

When I find the location in Firebug there is no indication in the CSS for color. You have to understand that I am good with HTML but CSS is outside of my capabilities and PHP is not even on my radar. This system is very complex and powerful and the documentation is scant at best.

Share this post


Link to post
Share on other sites
dherries

By the way another wierd thing has happened. If the Carousel is located above the Navigation bar the drop downs don't work. What is up with that?

Share this post


Link to post
Share on other sites
dherries

Oops, sorry. Here are my CSS rules posting: #branding .content-pad { padding: 10px 0 10px 10px; } #primary-nav ul.sf-menu ul li a { white-space: nowrap; } .top_thumbs .fboxgraphic { margin-bottom: 5px; text-align: center; } .inline_thumbs .fboxgraphic { padding-right: 15px; padding-top: 5px; } body #primary-nav ul.sf-menu ul li{width:130%} body #primary-nav ul.sf-menu ul li a{ font-family:arial; font-color:#003366; font-size:11px} #primary-nav ul.sf-menu li a { padding: 7px 8px; } .fboxtitle{ display: none; } #carousel .content-pad { background:#cfcfcf; }

Share this post


Link to post
Share on other sites
dherries

Not only did that not work but it turned off the template formatting.

Share this post


Link to post
Share on other sites
dherries

I reset the template formatting but the css you gave set the color for the background for the navigation bar and not the navigation bar itself.

Share this post


Link to post
Share on other sites
dherries

That has no effect what-so-ever. I want to control the colors of the navigation bar and the sub-navigation bar in both idle and hover-over states and the text colors in both situations.

Share this post


Link to post
Share on other sites
kastelic

Open up firebug, right-click on the nav bar and click inspect. When you see all the HTML structure in the code view, click on each div one by one to view. Click on the little triangles to collapse or expand. Once you have the element you want to change clicked, look over to the CSS panel to see all the classes, ids and inherited rules that affect that element.

Share this post


Link to post
Share on other sites
kastelic

Do you mean the navigation styles? That's all CSS.

Share this post


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

Sign in to follow this  

×