Remove title from blog page

Remove title from blog page

BGKelsey
Excursionist
13 0 7

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
1973 566 666

- 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 .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

BGKelsey
Excursionist
13 0 7

I could not get this to work. 

BSS-TekLabs
Shopify Partner
1973 566 666

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 .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase


Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell

BGKelsey
Excursionist
13 0 7

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

BSSCommerce-HDL
Shopify Partner
2017 708 865

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 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
BGKelsey
Excursionist
13 0 7

This did not work. 

niraj_patel
Shopify Partner
2378 514 511

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
13 0 7

This did not work

Aatiqa
Excursionist
18 3 3

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