Re: Hide collection number counter of collection list in homepage Dawn 15V

Solved

Hide collection number counter of collection list in homepage Dawn 15V

ctal37
Explorer
151 1 36

hii

I would like to hide collection number counter of collection list in homepage. please help me.

check the screenshot 

store link - https://5a3cf5-fc.myshopify.com/WhatsApp Image 2024-08-23 at 17.46.21.jpeg

Accepted Solutions (3)

Rahul_dhiman
Shopify Partner
564 113 110

This is an accepted solution.

Hello @ctal37 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-slider.css
add this code at the end of the file.

.slider-buttons {
display: none !important;
}

result

17.png

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

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

View solution in original post

Made4uo-Ribe
Shopify Partner
8314 1996 2454

This is an accepted solution.

Hi @ctal37 

Check thiso ne. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.collection-list-wrapper span.icon-wrap, .collection-list-wrapper .slider-buttons {
    display: none;
}

 

And save. 

result:

Made4uoRibe_0-1724419307890.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

oscprofessional
Shopify Partner
16115 2409 3123

This is an accepted solution.

Hello @ctal37 

Go to online store -> themes -> Edit code ->Find base.css file

and add this below code at the bottom of base.css file

.collection-card-wrapper .card .icon-wrap {
    display: none;
}
Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

View solution in original post

Replies 5 (5)

Rahul_dhiman
Shopify Partner
564 113 110

This is an accepted solution.

Hello @ctal37 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-slider.css
add this code at the end of the file.

.slider-buttons {
display: none !important;
}

result

17.png

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

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
ctal37
Explorer
151 1 36

1F69A001-2C7B-4174-A6CD-7F1062024F8E.jpeg

hey.. thanks

also i would like to remove these arrows ➡️

check the screenshot 

oscprofessional
Shopify Partner
16115 2409 3123

This is an accepted solution.

Hello @ctal37 

Go to online store -> themes -> Edit code ->Find base.css file

and add this below code at the bottom of base.css file

.collection-card-wrapper .card .icon-wrap {
    display: none;
}
Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

Made4uo-Ribe
Shopify Partner
8314 1996 2454

This is an accepted solution.

Hi @ctal37 

Check thiso ne. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.collection-list-wrapper span.icon-wrap, .collection-list-wrapper .slider-buttons {
    display: none;
}

 

And save. 

result:

Made4uoRibe_0-1724419307890.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
ctal37
Explorer
151 1 36

hey thanks it worked. Also I would like to add a section line in bw featured products and collections list. please check the screenshot 

WhatsApp Image 2024-08-23 at 19.21.44.jpeg