New Shopify Certification now available: Liquid Storefronts for Theme Developers

removing collection name

hasanali1
Shopify Partner
126 5 14

hasanali1_0-1681809959065.png

 

hi, im trying to remove the collection names 

i have tried this coding:

.collection-list-wrapper .card__content {
position: absolute !important;
height: 100% !important;
opacity: 0 !important;
}

 

it worked but only on mobile device

 

https://marthajewelry.myshopify.com/

test

 

thanks in advance!

 

Replies 5 (5)
Moeed
Shopify Partner
3051 761 925

Hey @hasanali1 

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>

 

 

<style>
a.full-unstyled-link {
    opacity: 0 !important;
}
</style>

 

Capture.JPG

 

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
hasanali1
Shopify Partner
126 5 14

hi, this worked but the collections and product are not clickable anymore

 

Moeed
Shopify Partner
3051 761 925

Check my updated code.

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Akie785
Visitor
1 0 0

Does this also work on impulse theme? 

I have followed the steps, however, nothing has changed.

PageFly-Richard
Shopify Partner
3678 807 1455

Hi , This is Richard from PageFly - Landing page builder.

You can try this code by following these steps:

Go to Online store => themes => actions => edit code  and add this code on file theme.liquid before tag </body>

 

PageFlyRichard_0-1681810843005.png

 

PageFlyRichard_1-1681810843006.png

 

<style>
a.full-unstyled-link {

    opacity: 0 !important;

}
</style>

 

I hope it would help you Best regards, 

 

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.