alisamski+ 9 Report post Posted February 22, 2011 PlaformPro I've been all over this forum.. sorry but I'm missing it. Needing the link color on a current page to match the hover color. hover click current I've been picking up code from the forum.. nothing seems to work.. so far: #primary-nav ul.sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active { background:#dba029; } Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 22, 2011 Can I get a link please? Thanks, Bryan Share this post Link to post Share on other sites
alisamski+ 9 Report post Posted February 22, 2011 Yes... Here it is.. Link Share this post Link to post Share on other sites
alisamski+ 9 Report post Posted February 22, 2011 I actually would like the "entire" nav code in one place.. Its' making me crazy to add bits and pieces to customize it... Share this post Link to post Share on other sites
alisamski+ 9 Report post Posted February 22, 2011 This seemed to do it.. allbeit.. seems patchy... does this drive anyone else crazy for not having the code in one place? #primary-nav ul.sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active { /* ---------Background Active Links-------- */ background:#dba029; } #primary-nav .main-nav .current_page_item a { background-color: #dba029; } #primary-nav .main-nav .current_page_item ul li a {background:#dba029; } Share this post Link to post Share on other sites
Andrew 207 Report post Posted February 22, 2011 Hey Alisa, You are correct about this... we've made some changes to it in 1.3 to fix CSS handling in nav Share this post Link to post Share on other sites
alisamski+ 9 Report post Posted February 22, 2011 I just purchased the PlatformPro 1.2.3 and PlatformBase 1.0.4 I assume you will notify when it gets released.. Thanks Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 23, 2011 You should. For now, here's what you need: `.current-menu-item a{color:#fff}` Thanks, Bryan Share this post Link to post Share on other sites