Jump to content
Sign in to follow this  
alisamski

current page link color (yet another question)

Recommended Posts

alisamski

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

Can I get a link please? Thanks, Bryan

Share this post


Link to post
Share on other sites
alisamski

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

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

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

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

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

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  

×