ringo1 0 Report post Posted August 15, 2011 Hey guys, I've searched around trying to solve this and see it's maybe a wordpress issue but I was wondering if anyone here knows how to resolve it? I have a menu item that has a background color that changes to let you know you're on that page. I have sub-pages or child pages built off the parent page but the navigation will not highlight on these pages. Any thoughts on this appreciated. I am stumped... thanks! Share this post Link to post Share on other sites
catrina 103 Report post Posted August 16, 2011 I think you'll have to change the "active link" properties for subpages/child pages using CSS. Can you post a link to your site, please? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
ringo1 0 Report post Posted August 16, 2011 Hi Catrina, sure: here's the main page: http://www.onet-it.com/?page_id=16 Here's the subpage that you arrive to from a link on the main page: http://www.onet-it.com/?page_id=131 Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 16, 2011 Try this CSS: .current_page_ancestor, .current_page_parent { background: blue; } Share this post Link to post Share on other sites
ringo1 0 Report post Posted August 16, 2011 Kastelic, that worked like a charm! Didn't work in custom code but did in the style.css in the base. That was really bugging me. Thanks a lot, appreciate it. Share this post Link to post Share on other sites