tunatraffic+ 0 Report post Posted December 17, 2010 Hello! Can someone help me out...I am using the developer version of Platform Pro...the website is palmensports.com The link font should be white but it is showing gray...The custom css I am using is: #primary-nav li a { text-shadow: 0 .5px .5px; color: #C41230; font-size: 1em; font-weight: 600; font-family: Georgia, Times, serif; text-transform: none; background-color: #000000; border: 0px solid transparent; border-bottom:none; } #primary-nav #nav_row, #primary-nav ul li, #primary-nav ul.sf-menu { color: #C41230; font-size: 1em; font-weight: 600; font-family: Georgia, Times, serif; text-transform: none; background-color: #000000; border: 0px solid transparent; border-bottom:none; } #primary-nav .main-nav li a:hover { color: #FFFFFF; font-size: 1em; font-weight: 600; font-family: Georgia, Times, serif; text-transform: none; background-color: #C41230; border: 0px solid transparent; border-bottom:none; } I need some help figuring out how to get the text white Share this post Link to post Share on other sites
Kate 3 Report post Posted December 18, 2010 @Mike It looks like for #primary-nav li a and #primary-nav #nav_row, #primary-nav ul li, #primary-nav ul.sf-menu you have the "color" attribute set to "#C41230". Change those to "#ffffff" and you should be good to go. (Adding the !important declaration may be necessary, such as "color:#FFFFFF !important;".) Share this post Link to post Share on other sites