henningvr 0 Report post Posted November 4, 2010 Greetings,I am a new Platform Pro user. I have a small issue with changing colors in the menu. When I mouse over the top level menu item, the color displays fine. When I move down to the dropdown items, the color of the top level menu item turns grey. See pic:. Any help will be greatly appreciated, thanks! Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted November 5, 2010 Answered here: http://www.pagelines.com/forum/topic.php?id=3419 Let me know if you need further help. Thanks, Bryan Share this post Link to post Share on other sites
henningvr 0 Report post Posted November 5, 2010 Hi Bryan, Thanks for the link, but I am still getting the gray'ish background once I move down to the sub-menu. Here's my code: #primary-nav .main-nav li a:hover{ background: #CACDBC; } .main-nav li.current-page-ancestor a, .main-nav li.current_page_item a, .main-nav li.current-page-ancestor ul a, .main-nav li.current_page_item ul a{ background: #E2E4D8; background:none repeat scroll 0 0 #E2E4D8; } Here's the link to the site... Under 'Ladie's Necklaces' there is a test sub-menu item for testing purposes. Cheers, Henning Share this post Link to post Share on other sites
henningvr 0 Report post Posted November 6, 2010 Hi again Brian, Got it sorted - I changed this in superfish.css (see bold): .sf-menu li:hover, .sf-menu li.sfHover{ background: [b]#E2E4D8[/b]; Cheers, Henning Share this post Link to post Share on other sites