Remove Header bar on Pictorico

  • Unknown's avatar

    Hi forum,
    I’m trying remove the header bar on pictorico theme.
    I would remove it only on first page, not in all pages.

    Didactally, How can I implement this?

    Thanks.

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

  • Unknown's avatar

    Hi Mytea,

    You can hide Pictorico’s header bar from all pages, except for your home page, by adding the following custom CSS:

    .site-header-inner {
        display: none;
    }
    
    .blog .site-header-inner {
        display: block;
    }

    To add custom CSS: Firstly set up a child theme or activate a custom CSS plugin. If you have Jetpack installed then you can activate its custom CSS module.

    As an extra note:

    These forums are intended for folk who have their sites hosted here at WordPress.com. mightyhosting.altervista.org is hosted with another company and running on the free software available here at WordPress.org.

    The difference between the two types of WordPress (WordPress.com and WordPress.org) is an understandable and common point of confusion. If you’re unsure of the differences, then this guide gives a good overview.

    As your site is hosted elsewhere, the theme’s dedicated support forum over on WordPress.org is the best place for you to go with any extra questions:

    https://wordpress.org/support/theme/pictorico#new-post

    I’ll close this thread for now, but will be happy to help with any extra questions via the above forum.

    Thanks!

  • The topic ‘Remove Header bar on Pictorico’ is closed to new replies.