Typically this is done with a class or id applies to a high level element,
such as <body class="home">.  Then, within your css, you can have:

.home .nav .home-link {
  display: none;
  visibility: hidden;
}


On Tue, Feb 4, 2014 at 1:10 PM, John Johnson <j...@coffeeonmars.com> wrote:

> I apologize if this turns out to be more a PHP question, but is there a
> way to eclude a particular nav link on particular pages?
>
> the specific: prevent the Home page from having a text/nav element "Home"
> while the "Home" nav elements would be visible on all other pages.
>
> Thank you,
>
> John
> ______________________________________________________________________
> css-discuss [css-d@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>



-- 
Chris Rockwell
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to