Viewing 1 replies (of 1 total)
  • Hello!

    This can be easily achieved with a little bit of custom CSS code:

    #main .header-image {
    	display:none;
    }
    
    .home #main .header-image {
    	display:block;
    }

    If you have some kind of custom css plugin installed, paste the above code there and please let me know if this is what You have in mind.

    If you don’t have such a plugin, I recommend You to install the Simple Custom CSS plugin. After installation, go to Appearance->Custom CSS, paste in the above code, save it, and check Your site.

    Let me know if You have any questions related to this.

    Cheers,
    Balint

Viewing 1 replies (of 1 total)

The topic ‘Header Picture’ is closed to new replies.