Jump to content
Sign in to follow this  
kevinanderson

Menu color issues...

Recommended Posts

bryan-hadaway

That's their color. You'll want to customize with CSS: http://www.pagelines.com/docs/changing-colors-fonts Start with this: `#primary-nav ul.sf-menu li a{color:#000}` Drop that in Custom Code > Custom CSS and customize from there. You definitely want to get familiar with Firebug. Thanks, Bryan

Share this post


Link to post
Share on other sites
kevinanderson

Bryan, Thx, But I have not run into the color problem on other sites... Hmmm.

Share this post


Link to post
Share on other sites
kevinanderson

Hmmm did not work.. ?

Share this post


Link to post
Share on other sites
kevinanderson

Where is color set in Settings for menus?

Share this post


Link to post
Share on other sites
bryan-hadaway

There's Design Control, but it does not at this time control CSS to that deep of a level. If the CSS I provided worked for you just change 000 to what you want: http://www.w3schools.com/Html/html_colors.asp And don't be afraid to jump in and learn with that I link I showed you. Thanks, Bryan

Share this post


Link to post
Share on other sites
kevinanderson

No luck on this....Help!

Share this post


Link to post
Share on other sites
kastelic

So what happened, no change, wrong color, what? Can you paste here what you have in your custom CSS box?

Share this post


Link to post
Share on other sites
kevinanderson

} .main-nav li.current_page_item a { background-color: #f7b55e; } #primary-nav .main-nav li a:hover { background-color: #f7b55e; } #primary-nav .main-nav li a:hover { background-color: #b39761; } #feature-footer { background-color: #f7b55e; } #footer { color: #f7bd59; } } pro.css?ver=4.0.0 (line 323) #featurenav a.activeSlide { background: none repeat scroll 0 0 #b99869; border-color: #999999 #BBBBBB #BBBBBB #999999; border-right: 1px solid #BBBBBB; border-style: solid; border-width: 1px; color: #1d4054; }

Share this post


Link to post
Share on other sites
kevinanderson

Bryan, I pasted it from another site that was working. When I remove it it still does the same thing. No changes. Help!

Share this post


Link to post
Share on other sites
cmunns

You have said that your menu is not how you want it without saying how you want it. What would you like the menu to ultimately look like?

Share this post


Link to post
Share on other sites
kevinanderson

OK folks.... Very interesting. I have found that if I reset the settings to original, all is OK, as soon as I select drop down menus it shifts color. A darker tone of the background. Even If I have no colors specified is CSS or settings. I.E. an image for background. I have a site that I did CSS work and works fine, but this code does not seem to update to this site. Here are my sites: Good one: www.KPrinceco.com Good one: www/3861Firstwellness.com One with drop downs turned off. www.Jackbybeeartstudio.com, when I turn drop downs on, the menu bar goes dark orange/brown. All color default and the background is an image. No CSS items. When I shift colors the menu bar follows suite, a darker version. I.E. http://onesourcecoaching.com/workinprogress1/ could any one give me a call about this. Racking my brain on this... [email protected] 520-904-2511 www.

Share this post


Link to post
Share on other sites
kevinanderson

PS,, I would glad to pay someone to help with this.

Share this post


Link to post
Share on other sites
kevinanderson

P.S.S Firebug shows no color affiliated with this....

Share this post


Link to post
Share on other sites
kevinanderson

On JackBybee site, I also tried to change the link colors and they are still blue. Even though the color in settings is correct... Urggh!

Share this post


Link to post
Share on other sites
cmunns

accommodating various menu setups can be tricky. The design control is probably changing some elements you need and not others. You said you'd hire someone? http://pagelines.com/pros if you're interested otherwise it has to be done with CSS and good fortune :)

Share this post


Link to post
Share on other sites
edblank

Any resolution to this? I have the same issue with Platform pro: when enabling drop down menu the background of the menu changes to the background color of the page... hover is fine, just the inactive state is affected. If I disable the drop down menu the background of the menu is fine. adding: #primary-nav ul.sf-menu li a{color:#000} to the CSS does not change anything for this problem. firebug does not seem to find the specific css controlling this background color when the drop down menu is enabled (at least I can't find it) If anyone knows the specific css that will change this would appreciate it. I am afraid I cannot track it down.

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  

×