Remove category identifier

Solved

Remove category identifier

ANovelPlace
Tourist
8 0 2

Hi! How can I remove the category identifier that displays below the image?

 

Using DAWN theme.

 

Thank you!

 

Screenshot 2025-03-17 104321.png

Accepted Solution (1)

GTLOfficial
Shopify Partner
834 171 188

This is an accepted solution.

Hello @ANovelPlace 

Go to online store ----> themes ----> actions ----> edit code ----> assets ----> component-card.css
add this code at the end of the file and save

 

 Go to online store ----> themes ----> actions ----> edit code ----> assets ----> component-card.css
add this code at the end of the file and save.
.card__content {
  display: none !important;
}

result
32.png

If this was helpful, hit the like button and accept the solution.
Thanks

 

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 5 (5)

Mustafa_Ali
Explorer
360 30 58

hey @ANovelPlace  plz share the URL of the website 

GTLOfficial
Shopify Partner
834 171 188

This is an accepted solution.

Hello @ANovelPlace 

Go to online store ----> themes ----> actions ----> edit code ----> assets ----> component-card.css
add this code at the end of the file and save

 

 Go to online store ----> themes ----> actions ----> edit code ----> assets ----> component-card.css
add this code at the end of the file and save.
.card__content {
  display: none !important;
}

result
32.png

If this was helpful, hit the like button and accept the solution.
Thanks

 

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
ANovelPlace
Tourist
8 0 2

This worked great. Thanks very much! 

GTLOfficial
Shopify Partner
834 171 188

Happy to help you...!!!
Please hit the like button also.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

Moeed
Shopify Partner
7395 2004 2446

Hey @ANovelPlace 

 

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>
h3.card__heading {
    opacity: 0 !important;
}
</style>

RESULT:

Moeed_0-1742212431708.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications