Reply To: Page Header Addon Not Working On WooCommerce Pages

Home Forums Support Page Header Addon Not Working On WooCommerce Pages Reply To: Page Header Addon Not Working On WooCommerce Pages

Home Forums Support Page Header Addon Not Working On WooCommerce Pages Reply To: Page Header Addon Not Working On WooCommerce Pages

#102583
Zoe

Yes. It works. Thank you so much Tom!

It’d be better if I don’t need to add HTML to get there. ๐Ÿ™‚ But, hey, it just for Shop page only.

Please help me to check I’m doing right way.

Here’s what I add into “After Header” –

<?php if (function_exists( ‘is_shop’)): ?>
<?php if (is_shop()): ?>

<h2 style=”color: #fff; font-weight: bold; padding-bottom: 10px; padding-top: 30px; text-align: center;”>Welcome Blah Blah Blah…</h2>

<?php endif; ?>
<?php endif; ?>

I took screenshot the result –

http://prntscr.com/6yjwjm

One more question. What do I have do if I want to add similar page header on “Single Product Page”?