Remove title from blog page

Remove title from blog page

BGKelsey
Excursionist
21 0 10

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

 

Screenshot 2024-08-14 at 10.01.57 AM.png

Replies 9 (9)

BSS-TekLabs
Shopify Partner
2401 695 835

- Here is the solution for you @BGKelsey 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- 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:

BSSTekLabs_0-1723648162647.png

 

 

- 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


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BGKelsey
Excursionist
21 0 10

I could not get this to work. 

BSS-TekLabs
Shopify Partner
2401 695 835

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


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BGKelsey
Excursionist
21 0 10

When i add it to the end of the theme.css file, nothing changes. 

BSSCommerce-HDL
Shopify Partner
2305 835 911

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

BGKelsey
Excursionist
21 0 10

This did not work. 

niraj_patel
Shopify Partner
2391 516 517

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>

niraj_patel_0-1723648953233.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- info@techlyser.com
BGKelsey
Excursionist
21 0 10

This did not work

Aatiqa
Excursionist
24 3 5

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: 

Aatiqa_0-1723648944211.png

 

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