When you install Fast Bundle on your shop, Fast Bundle makes the Bundles page automatically for your shop. You can see it via Shopify admin > Online store > Pages.
β
Or via Fast Bundle admin once you create a bundle. Check this article to see other ways you can find your Bundles Page Link.
β
You'll also have a "Mix and Match" page that is used to show bundles that have a bundle builder.
β
β
How Can I change the Title of these pages?
For each of these pages, if you want to change their title, you can go to Shopify admin > Online store > Pages.
β
You can change the title and set it to whatever you want and then save.
β
β
β
How Can I Remove the Title Entirely?
You may want to show nothing as the title for these pages. Shopify doesn't accept leaving the page title blank.
β
β
You can make a new template in Shopify admin > Online store > pages add this code to the HTML of that page and save.
β
β
<style>
.main-page-title { display: none !important; }
</style>
β
After doing so, the title of the page will be hidden.
β
β
β
β
β
β
β
β
β
β