Re: Product page titles gone

Solved

Product page titles gone

schikinoils
Excursionist
40 0 6

Last week I was trying to get rid of the Page titles in Pages like "About Us" etc and copied and pasted something I saw in another post that I now can't find!  I was successful, but then now after a few days the Product Page titles seem to have gone too! I don't recall what I actually did so I don't know how to revert that back as I definitely need the product titles! I thought Product Pages were separate from actual pages so I'm not sure what went wrong.

Let me know how you can help please? and if you need the website and password to access the Edit Code parts etc

Many thanks!

Accepted Solution (1)
niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .product .product__title h1 {
      display: block !important;
  }
</style>

niraj_patel_0-1724152841395.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]

View solution in original post

Replies 14 (14)

steve_michael2
Excursionist
83 11 17

Hi @schikinoils , can you kindly share your store URL and if its password protected kindly share password too. Thanks!

Crafting exceptional online experiences with innovative design and technology.
schikinoils
Excursionist
40 0 6

Thanks for replying so quickly. I just started building my website and it's all still so complicated ...

 

My website is https://schikin.co.uk/ and the password should be ohgleu

 

Basically it's in pages like this https://schikin.co.uk/pages/sustainability that I don't want the title... but I obviously need it in my product pages

https://schikin.co.uk/products/sea-buckthorn-prickly-pear-eye-oil

 

Thanks!

 

Many thanks!

 

steve_michael2
Excursionist
83 11 17

Hi @schikinoils , please try the below code:

Step 1: Go to Online Store -> Theme -> Edit code.
Step 2: Open your theme.liquid file

Step 3: In theme.liquid, paste the below code before </body> 

 

 

<style>
.product .product__title > h1 {
display: block;
}
</style>

 

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Crafting exceptional online experiences with innovative design and technology.

niraj_patel
Shopify Partner
2378 514 511

Hello @schikinoils 
would you like to share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]
schikinoils
Excursionist
40 0 6

My website is https://schikin.co.uk/ and the password should be ohgleu

 

Basically it's in pages like this https://schikin.co.uk/pages/sustainability that I don't want the title... but I obviously need it in my product pages

https://schikin.co.uk/products/sea-buckthorn-prickly-pear-eye-oil

 

Thanks!

 

Many thanks!

niraj_patel
Shopify Partner
2378 514 511

This is an accepted solution.

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .product .product__title h1 {
      display: block !important;
  }
</style>

niraj_patel_0-1724152841395.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]
schikinoils
Excursionist
40 0 6

Thanks it has worked!

steve_michael2
Excursionist
83 11 17

Hi @schikinoils , please try the below code:

Step 1: Go to Online Store -> Theme -> Edit code.
Step 2: Open your theme.liquid file

Step 3: In theme.liquid, paste the below code before </body> 

 

<style>
.product .product__title > h1 {
display: block;
}
</style>

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Crafting exceptional online experiences with innovative design and technology.
schikinoils
Excursionist
40 0 6

Thank you

steve_michael2
Excursionist
83 11 17

kindly like and mark solution above, Thank you.

Crafting exceptional online experiences with innovative design and technology.
schikinoils
Excursionist
40 0 6

Hi Steve, I tried your code but it doesn't seem to work unfortunately. I then tried Niraj's code which is just slightly different and that worked. Thanks so much for your prompt reply though, really appreciate it 🙂

steve_michael2
Excursionist
83 11 17

Oh ok, no worries. Glad your problem has been solved.

Crafting exceptional online experiences with innovative design and technology.
schikinoils
Excursionist
40 0 6

Thanks so much again!

Sajat
Shopify Partner
308 34 43

Hi @schikinoils 

Welcome to Shopify Community.

If you remember the files that you've made changes to, you can go to Online Store -> Theme -> Edit code.

On the opened files, there is a section Recent Changes.

Click on the down arrow, and it should display the versions you've made the changes to.

You can select the older versions and test it out.

Thank you,

Sajat

 

-------------------------------------------------------------------------------------------
If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.