Is there a way to remove the shop info that appears in the colored bar at the very top (actually it would be great to remove the info AND the bar altogether) from all non-shop pages and the home page? I would like it to just show up on the shop base and all shop-related pages only. Thank you for your help!
Remove top shop info bar from pages
4 posts from 2 voices-
Posted 8 months ago #
-
Hi,
Open header.php and find this code
$position = avia_shop_banner(); avia_banner($position); // avia_banner functions located in functions.php - creates the notification at the top of the site as well as the shopping cartReplace it with
if ( is_shop()) { $position = avia_shop_banner(); avia_banner($position); // avia_banner functions located in functions.php - creates the notification at the top of the site as well as the shopping cart }Regards,
IsmaelPosted 8 months ago # -
It worked! Thank you Ismael! I appreciate your help!
— Cathe
Posted 8 months ago # -
Hi Cathe,
Glad that I could help. :) Marked this as resolved. :)
Cheers,
IsmaelPosted 8 months ago #
Topic Closed
This topic has been closed to new replies.














