Re: Remove Product Headings - Dawn Not Working?

Solved

Remove Product Headings - Dawn Not Working?

VicexGrips
Excursionist
93 0 8

So I use this code which works  only thing the product isn't clickable anymore...

.collection .card__heading {
    display: none !important;
}
.collection .card-information {
    text-align: center !important;
}
Accepted Solutions (2)
Moeed
Shopify Partner
4997 1330 1610

This is an accepted solution.

Hey @VicexGrips 

 

Remove the code which you have added and add this code.

 

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__information {
    opacity: 0 !important;
    height: 0 !important;
}
</style>

RESULT:

Moeed_0-1696053761332.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
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

PageFly-Henry
Shopify Partner
1184 335 287

This is an accepted solution.

Hi @VicexGrips 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.card__content {

    display: none !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | 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.

View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
4997 1330 1610

Hey @VicexGrips 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
VicexGrips
Excursionist
93 0 8
VicexGrips
Excursionist
93 0 8

if u click the 'circle 6 wrestling' button it leads to merch

Moeed
Shopify Partner
4997 1330 1610

This is an accepted solution.

Hey @VicexGrips 

 

Remove the code which you have added and add this code.

 

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__information {
    opacity: 0 !important;
    height: 0 !important;
}
</style>

RESULT:

Moeed_0-1696053761332.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
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

PageFly-Henry
Shopify Partner
1184 335 287

This is an accepted solution.

Hi @VicexGrips 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

.card__content {

    display: none !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | 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.