Remove "Quick View" Button From Collection Page (Warehouse Theme)

Solved

Remove "Quick View" Button From Collection Page (Warehouse Theme)

UE2021
Tourist
8 0 1

I am looking to remove the "Quick View" button from the collections page as the "Quick View" button allows the bypassing of required input fields. 

 

The Warehouse theme is what we are using and the theme has an input to "Show quick view only on" selection box, but doesn't allow the me to show on none, it only allows a "List only" and "List and grid view". 

 

See image for the button being removed. 

 

link to page: https://www.urban-engravings.com/collections/cutting-board

 

Screenshot 2023-01-11 at 10.46.13 PM.png

 

Accepted Solution (1)

GemPages
Shopify Partner
5625 1262 1264

This is an accepted solution.

Hello @UE2021 

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1673495953972.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1673495981056.png

    <style>
      .product-item button.product-item__action-button--list-view-only {
          display: none;
      }
    </style>

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 6 (6)

GemPages
Shopify Partner
5625 1262 1264

This is an accepted solution.

Hello @UE2021 

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1673495953972.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1673495981056.png

    <style>
      .product-item button.product-item__action-button--list-view-only {
          display: none;
      }
    </style>

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
UE2021
Tourist
8 0 1

Perfect. That works exactly as I wanted it to!

mh271
New Member
4 0 0

Hi, this solution did not work for the FROZO theme. delette.pngDo you have any solutions for this theme?

 

 

JMC029
Visitor
2 0 1

Hi There.  Do you have any solutions for removing the Quick View from the EFFORTLESS theme ?  I want to remove it from the Product pages, as it interferes with a Variant Option app that I have running.  Thanks so much.  https://jmj-threadz.myshopify.com/Screen Shot 2023-03-11 at 2.47.44 pm.png

jmm00205
Tourist
13 0 0

Did we ever get an answer to this? Im running into the same issue

 

Frozenfire
Visitor
1 0 0

Hope anyone get to help answering this. Need help! Facing the same obstacle.