Remove subheader from product pages only

Hi,

Is it possible to remove subheader from product pages only? While keeping it on all the other pages.

Thanks!

Comments

  • edited April 2016
    I also have transparent subheader on some pages with this CSS, don't know why.
    Is it possible to remove the transparency in the subheader and put default image instead, using Custom CSS field?

    .subheader-transparent #Subheader {
        background: none;
    }
  • Hi,

    to remove subheader from single product pages only, please use the following css:
    .single-product #Subheader { display: none !important; }
    In reference to 2nd question, subheader might be transparent if you set transparency under Theme options > Header & Subheader > Subheader section.
Sign In or Register to comment.