Remove Collection titles only on Homepage

Remove Collection titles only on Homepage

ARCHANDTED
Tourist
7 0 1

www.archandted.com

 Screen Shot 2023-05-12 at 5.06.26 pm.pngScreen Shot 2023-05-12 at 5.06.50 pm.pngDawn Theme

 

I need to remove text under the Collection images but only on the homepage. I need Collection text to remain under images on product pages. Hope this makes sense.

 

Thanks

Replies 12 (12)

Moeed
Shopify Partner
7514 2029 2496

Hey @ARCHANDTED 
Kindly share your Store URL and password if enabled

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


oscprofessional
Shopify Partner
16373 2440 3188

Hello @ARCHANDTED 

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.full-unstyled-link {
    display: none;
}

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
ARCHANDTED
Tourist
7 0 1

Hello, I tried this and it hasn't changed anything?

Moeed
Shopify Partner
7514 2029 2496

Hey @ARCHANDTED 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
.card__content {
    display: none;
}
</style>

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


ARCHANDTED
Tourist
7 0 1

hi, this worked but it has also removed the text and price from the collection pages

drakedev
Shopify Partner
703 152 243

You can add this code at the end of base.css file of your theme to remove collection heading title just on your home page:

 

#shopify-section-template--18272036323605__72342da7-e961-46ff-8676-ed1cf847d201 .collection-list .card__information {
    display: none;
}

 

 

If my answer was helpful click Like.
If the problem is solved remember to click Accept Solution.
Shopify/Shopify Plus custom development and support: You can hire me for simple and/or complex tasks.
oscprofessional
Shopify Partner
16373 2440 3188

Hello @ARCHANDTED 

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.full-unstyled-link {
    display: none !important;
}

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
oscprofessional
Shopify Partner
16373 2440 3188

Hello @ARCHANDTED 

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.section-template--18272036323605__72342da7-e961-46ff-8676-ed1cf847d201-padding a.full-unstyled-link {
    display: none;
}

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

Cedcommerce
Shopify Partner
718 77 117

Hello @ARCHANDTED,

 

You can follow the below steps to fix your issue.

 

  • Go to the Theme > Edit code.
  • Search the file name card-collection.liquid.
  • Search the “card__heading” class in that file and add the code above this heading tag.

 

{% if template != 'index' %}

<div class=”card__heading”>

…..

</div>

{ %endif % }

 



Now save the changes to the file. 

 

Hope it helps. Let us know if you need more help with anything. 

 

Regards, 

CedCommerce 

CedCommerce || Shopify Expert
- Let us know if our reply is helpful for you. Like it.
- Was your question answered? Mark it as an accepted solution.
- For further discussion contact: Email ID- apps@cedcommerce.com
- Whatsapp:- Join Here
ARCHANDTED
Tourist
7 0 1

Great, thank you! This has done the job. The only issue is now the images are not clickable?

ARCHANDTED
Tourist
7 0 1

Hi, would you be able to assist me any further with this? Thank you.

Cedcommerce
Shopify Partner
718 77 117

Sure! @ARCHANDTED, It would be our pleasure! Let's connect in the inbox and move ahead further. 

CedCommerce || Shopify Expert
- Let us know if our reply is helpful for you. Like it.
- Was your question answered? Mark it as an accepted solution.
- For further discussion contact: Email ID- apps@cedcommerce.com
- Whatsapp:- Join Here