Removing/Hiding the Offer information on the header of bagisto
-
How can i remove the offer information on bagisto page? The banner that says shop now.
I have actually created a theme for this named MyTheme, the color of the said banner can be editted but i cannnot remove it.
-
@jamme resolved,thank you
-
Hello @jamme
Hope you are doing well. To remove the offer information on the header of the Bagisto page go inside a package of your theme Bagisto >> packages >> Webkul >> Shop >> src >> Resources >> views >> components >> layouts >> header >> desktop >> top.blade.php you can simply remove the paragraph at line no. 21. after that check the output on the Front end.
GitHub File Link - https://github.com/bagisto/bagisto/blob/v2.0.0/packages/Webkul/Shop/src/Resources/views/components/layouts/header/desktop/top.blade.php
Thanks & Regards!
-
@Rishabh-Webkul thank you