Shopify themes, liquid, logos, and UX
Hi there! I need help removing the title on the blog page. Picture added to show what I am hoping to achieve. I want it to still show on the main blog page with all the listings but not on the specific blog post once clicked into.
THANK YOU!
-Kelsey
https://2sq9tfr7u91dhert-35823485063.shopifypreview.com
Link to blog: https://bygeorgeaustin.com/blogs/editorial/dvn-spring-24
- Here is the solution for you @BGKelsey
- Please follow these steps:
- Then find the base.css or theme.min.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
h1.text-xl.lg\:text-2xl.font-heading.leading-tight.text-center {
display: none !important;
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
I could not get this to work.
Which step are you having trouble with?
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
When i add it to the end of the theme.css file, nothing changes.
Hi @BGKelsey,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
{% assign full_url = request.host | append: request.path %}
{% if full_url contains 'dvn-spring-24' %}
<style>
.leading-tight.text-center {
display: none !important;
}
</style>
{% endif %}
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This did not work.
Hello @BGKelsey
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>
h1.text-xl.lg\:text-2xl.font-heading.leading-tight.text-center {
display: none !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This did not work
Hello @BGKelsey
Kindly, follow the below steps to fix your problem:
1) From your Shopify admin dashboard, Go to Online Store
2) Choose the theme which you wanna edit and click on Edit Code
3) Add this code in the end of theme. liquid file above </body>
<style>
h1.text-xl.lg\:text-2xl.font-heading.leading-tight.text-center {
display: none !important;
}
</style>
Result:
If I was able to help you and my solution worked well for then, please don't forget to Like it and Mark it as Solution.
Best Regards,
Aatiqa
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025