forever Theme. Removing header image on sub pages.

  • Unknown's avatar

    I’m trying to remove the header image from subsequent pages using the Forever theme. I want the image on the homepage, but not the other pages. Any ideas how to do this? I have purchased the upgrade.. no luck. Thank you

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    http://lulubeebee.com/ does not appear to be setup here at WordPress.com and it appears to be password protected when I try to open it. This forum is a WordPress.com help forum, so you should post further questions in the WordPress.org forums.

    To give you a tip based on your question, you should be able to target the home page of most WordPress.com based blogs using body classes. The home page has a body class of “home” for example, so you might be able to do something like this:

    .home .custom-header {
    	display: none;
    }
  • The topic ‘forever Theme. Removing header image on sub pages.’ is closed to new replies.