Shopify themes, liquid, logos, and UX
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!
Solved! Go to the solution
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>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi @schikinoils , can you kindly share your store URL and if its password protected kindly share password too. Thanks!
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!
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!
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.
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!
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>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Thanks it has worked!
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!
Thank you
kindly like and mark solution above, Thank you.
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 🙂
Oh ok, no worries. Glad your problem has been solved.
Thanks so much again!
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.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024