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

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

1 Like

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 tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

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 on theme.liquid

.collection-list-wrapper .card .icon-wrap { display: none !important; } .facets-container .product-count.light { display: none !important; }

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

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

If this was helpful, hit the like button and mark the job as completed.
Thanks

Hi @jakethagun

Check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. 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;
}

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

hello, I have done this still has the numbers.