Dawn 12 | Remove Cart collection heading,

Solved

Dawn 12 | Remove Cart collection heading,

Ell_Soll
Pathfinder
130 0 32

Hi,

Is there any way to remove the heading of my cart collection?

 

Site: ellsoll.com

 

Screenshot 2024-06-08 170256.png

Ell Soll Fashion
ellsoll.com
Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10043 2388 3015

This is an accepted solution.

HI @Ell_Soll 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.drawer__inner-empty h3.card__heading {
    display: none;
}

 

And save. 

result:

Made4uoRibe_0-1717867764498.png

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 7 (7)

PageFly-Henry
Shopify Partner
1184 335 297

Hi @Ell_Soll 

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__heading a.full-unstyled-link {

    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.

PageFly-Henry
Shopify Partner
1184 335 297

In addition, I noticed that the images on the collection are very tall, making users have to scroll to see all the images. I think you should reduce the image size so users can see the product image on a screen.

PageFlyHenry_0-1717856345785.png

 

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.

Ell_Soll
Pathfinder
130 0 32

I think it's your display cause it's all good for me.

Screenshot_20240608_172856_Chrome.jpg

Your code also remove the products heading.

Different code?

Ell Soll Fashion
ellsoll.com

Made4uo-Ribe
Shopify Partner
10043 2388 3015

This is an accepted solution.

HI @Ell_Soll 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.drawer__inner-empty h3.card__heading {
    display: none;
}

 

And save. 

result:

Made4uoRibe_0-1717867764498.png

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Ell_Soll
Pathfinder
130 0 32

Works perfect!

Thanks.

Ell Soll Fashion
ellsoll.com
Ell_Soll
Pathfinder
130 0 32

Hi,

Now I have noticed that it only removed it on mobile but not on desktop.

Any solution please?

 

 

*EDIT: Managed to fix it, thanks anyway.

Ell Soll Fashion
ellsoll.com
Made4uo-Ribe
Shopify Partner
10043 2388 3015

Im sorry but I didnt see on my end. 

Made4uoRibe_0-1717879306418.png

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.