Trying to hide header on certain pages
-
I’m trying to hide my header div on certain pages. Right now the div I’m trying to hide on certain pages is called “slideshow”… here’s the coding I’m using.
.home #slideshow { display: none; }
“.home” sucesfully hides the header ( the slideshow div) from the home page. But when I try to hide pages titled “bio” or “events” it doesn’t work (I tried replacing .home with .bio to hide the bio page and even tried the id for that page, still doesn’t work).
Does anyone know what I’m doing wrong or how to hide specific div’s / the header on certain pages?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Trying to hide header on certain pages’ is closed to new replies.