kevinanderson 0 Report post Posted March 3, 2011 Can anyone tell me why I have the menu items here in this color? http://jackbybeeartstudio.com/ Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 3, 2011 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 0 Report post Posted March 3, 2011 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 0 Report post Posted March 3, 2011 Hmmm did not work.. ? Share this post Link to post Share on other sites
kevinanderson 0 Report post Posted March 3, 2011 Where is color set in Settings for menus? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 4, 2011 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 0 Report post Posted March 4, 2011 No luck on this....Help! Share this post Link to post Share on other sites
kastelic 6 Report post Posted March 5, 2011 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 0 Report post Posted March 8, 2011 } .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
bryan-hadaway 3 Report post Posted March 8, 2011 Hi Kevin, I'm seeing errors in your CSS which is very likely the problem. You can check your work with this amazing tool: http://jigsaw.w3.org/css-validator/ Thanks, Bryan Share this post Link to post Share on other sites
kevinanderson 0 Report post Posted March 8, 2011 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 16 Report post Posted March 8, 2011 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 0 Report post Posted March 10, 2011 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 0 Report post Posted March 10, 2011 PS,, I would glad to pay someone to help with this. Share this post Link to post Share on other sites
kevinanderson 0 Report post Posted March 10, 2011 P.S.S Firebug shows no color affiliated with this.... Share this post Link to post Share on other sites
kevinanderson 0 Report post Posted March 10, 2011 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 16 Report post Posted March 10, 2011 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 0 Report post Posted March 11, 2011 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