Different header for Woocommerce?

Posted in: Newspaper
Post count: 12

Hi;

I’m using woocommerce plugin. I want to use different header (logo+menu) content for shopping pages and blog pages. Is it possible?

Thanks

Post count: 22421

Hello,

You can achieve that by using a conditional tag: if (is_shop())
You need to add it to header.php like so: http://screencast.com/t/kotasLeHV
I set it to header style 12 as an example. Change that part to the header style you prefer.

Thank you!

Post count: 12

thank you

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.