Remove collection list count and arrows and also featured count and arrows.

Remove collection list count and arrows and also featured count and arrows.

jakethagun
Excursionist
20 0 1

I've tried imputting all the code that everybody has suggested in other forumns and it still is not working on mobile.

 

https://7e769e-70.myshopify.com/

pw: jake

Replies 5 (5)

Moeed
Shopify Partner
7051 1899 2325

Hey @jakethagun 

 

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 .icon-wrap {
    display: none !important;
}
.product-count.light {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1721373944799.pngMoeed_1-1721373952963.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


niraj_patel
Shopify Partner
2391 516 515

Hello @jakethagun 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .collection-list-wrapper .card .icon-wrap {
       display: none !important;

  }
  .facets-container .product-count.light {
      display: none !important;
  }
</style>

techlyser_web_1-1721331149866.png

 

 

techlyser_web_0-1721331097893.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

GTLOfficial
Shopify Partner
795 164 176

Hello @jakethagun 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
add this code at the end of the file

.card .icon-wrap {
display: none;
}

and the result will be
17.png


If this was helpful, hit the like button and mark the job as completed.
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

Made4uo-Ribe
Shopify Partner
10036 2387 3013

Hi @jakethagun 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

section#shopify-section-template--22289953030337__slideshow_yG8mBb .slider-buttons {
    display: none;
}

.collection-card-wrapper .icon-wrap {
    display: none;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1721384611128.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 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.
jakethagun
Excursionist
20 0 1

IMG_9389.png

 hello, I have done this still has the numbers.