Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47864

    Hey there,

    I would like to know if it’s possible to display the site logo in the header only on the homepage and if it’s possible to display it on the top of the side bar and not in the header on blog posts and categories.

    Thank you

    #47937
    Sakin
    Keymaster

    @aleks.mavric123: To hide logo from all other places except for home, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

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

    You can add image in your sidebar from “Appearance => Widget”. You can use Jetpack plugin, widget visibility module which controls the widget visibility in each pages.

    #47968

    I have another question. I would like to know how to hide site logo, site name and description from header on ALL pages. Thank you

    #47980
    Sakin
    Keymaster

    @aleks.mavric123: Then you can replace the css
    #site-logo { display: none; }
    With the following css:
    .logo-wrap { display: none; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to move header logo on top of the sidebar on categories and posts’ is closed to new replies.