Hide Page Title On One Page in Shopify Website

Hide Page Title On One Page in Shopify Website

Shopify is a popular e-commerce platform that enables business owners to create and run their online stores. It offers a wide range of customization options to make your website look and function the way you want. One of these options is to hide the page title on a specific page.

By default, Shopify displays the page title at the top of each page on your website. However, there may be situations where you want to hide the title on a specific page, such as on a landing page or a thank you page.

Hiding the page title can be done using a bit of code, but it’s important to note that you should only make changes to your website’s code if you are familiar with coding or have the help of a developer.

To hide the page title on a specific page in Shopify, you can follow these steps:

  1. Go to your Shopify admin panel and select “Online Store” from the left-hand menu.
  2. Select the page you want to edit from the list of pages.
  3. Click on the “Edit HTML/CSS” button at the bottom of the page.
  4. In the new window that appears, select the “theme.liquid” file from the left-hand menu.
  5. Look for the following line of code:
Copy code{{ page.title }}
  1. Delete this line of code.
  2. Save the changes and exit the code editor.

Once you have followed these steps, the page title will no longer appear on the specific page. It’s important to note that if you want to show the title again, you will need to add the code back in or revert to a previous version of your theme.

In conclusion, hiding the page title on a specific page in Shopify can be done by editing your website’s code. However, it’s important to only make changes if you have experience with coding or have the help of a developer to avoid any potential issues.