I don't see Header in Woocommerce pages!

I'm trying to configure some woocommerce pages in my theme Be (variation funeral home). 
But in the woocommerce pages I do not see the header and I do not know where to configure a slide like in the other pages.
you can see here the page of the cart and of a product. 


Help me, thanks

Comments

  • Hi,
    Please, go to Theme Options > Header & Subheader > Header and change the
    "Minimalist" option to "Default | OFF"

    Thanks
  • Hi, 
    I have solved for the "cart" page simply using muffin builder. I set the variable but still the problem for the woocommerce product page! (see screenshots or try on the site to put a product in the cart). I have removed the product div of the product with an action in CSS (padding-top) but I have the problem of the "green" banner that is "pasted" at the top and is not clickable because there is a header ahead.
    Where can I find an option that allows me to insert a header / space / slide between the top menu and the product content? It seems strange!

    image
  • Did you do what I told you in previous post?
    Also, paste this code into Theme Options > Custom CSS & JS > CSS
    Then, this alert will be clickable.
    .woocommerce-message{
    z-index:9999 !important;
    }
    Thanks
Sign In or Register to comment.