Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6777
    cca24
    Member

    I uploaded my logo as the header image, but I want it to show up on the homepage only (right now it is being displayed on every page). Any help would be greatly appreciated!

    #6778
    cca24
    Member

    Here is my site URL: http://jasonmittleman.com/

    #6811
    Sakin
    Keymaster

    @cca24: Just add the following CSS in “Custom CSS” box in Theme Options panel.

    #site-logo { display: none; }
    .home #site-logo { display: block; }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header on Homepage Only’ is closed to new replies.