treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Active nav in wordpress not looking "active" on one page...

  • Hey all, im new to wordpress in general but have been doing html/css for a few years. I recently designed a custom wordpress site for a client, basically by watching coyiers lynda.com wordpress vids and googlin. It came out fine but when you first go to the site, the nav shows none active. You have to actually hit the "home" tab in order to see it active. The url also changes so i kinda know what the prob is just dont know how to fix it? Any help would be loved... Site is www.misterknowhow.com . Cheers
  • view source/ use your inspector, you'll notice the heavy use of classes used by wordpress. On line 253 of style.css - styles are set for current items in the nav(using classes generated by wp).

    notice the classes on the body tag on your homepage. use one of those and add it to the css
    .home #menu-item-43 a {...}