Remove header image on homepage only
-
I would like to use a header image on every page except my homepage. Anyone know how to accomplish this? Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
Never mind. I was able to find the right css code!
In case anyone is looking to hide the header image on JUST the homepage, this worked for me:
.home .wp-custom-header {
display: none;
}
- The topic ‘Remove header image on homepage only’ is closed to new replies.