Viewing 3 replies - 1 through 3 (of 3 total)
  • I think you should go with something like this in your CSS:

    .woocommerce .top-headers-wrapper {display: none;}

    It means that each time woocommerce page is loaded top wrapper shouldn’t be displayed.

    If you go to inspect element in your browser you will find the body classes (each page has a unique one). That way you can target elements on specific pages. I think it might be a better approach then using a plugin

    Let me know if it helepd you out.

    Thread Starter jockebq

    (@jockebq)

    Thank you for the response.
    But is it possible to have wordpress displayed on another page, with this code added?
    Because we want the header (menu, logo etc) visible when browsing the site, and also the WooCommerce pages. But we want to give certain customers this link.

    Is it possible?

    Thread Starter jockebq

    (@jockebq)

    I’m still working on this.
    I’ll try to clarify.

    I want to give my retailers a link which shows my site (WooCommerce product pages) but without our logo, and our WordPress menu.
    What I want is a page that only shows the WooCommerce store for our retailers, to use without showing our company’s name.

    I want it to work like this only if they visit the site via a special link. Other than that I want it to work completely normal with logo and top menu.

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hide top bar navigation logo’ is closed to new replies.