Skip to main content
All CollectionsThe Bundles Page
How to change or hide the title of the "Mix and Match" or "Bundles" page?
How to change or hide the title of the "Mix and Match" or "Bundles" page?

How to change the title of the Bundle Builder Page or Bundles Page.

Updated over a week ago

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.









Did this answer your question?