We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Quick View

Solved

How to move quick view button higher on collection pages?

Jervise
Explorer
63 1 6

Hello, does anyone know how to move quick view button on products in collection pages a little higher please ?

Accepted Solution (1)
biznazz101
Shopify Partner
494 50 104

This is an accepted solution.

Yes it is only showing once in your store currently. try adding this instead to theme.css:

button.product-item__hoverless-quick-view-button.btn
{ bottom: 0;
  right: 0;
  padding: 8px;
  padding: var(--spacing-2);
  min-width: 0;
  min-height: 0;
  z-index: 2;
}



Otherwise you can try going to Themes> Customize> Collection Template> Product Grid> Custom CSS

then add the code from my above and click Save.


If this does not work let me know I can request access to the store and do it for you. Thanks!
@biznazz101 

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT

View solution in original post

Replies 11 (11)

biznazz101
Shopify Partner
494 50 104

Could you please provide your Shopify store URL. Will take a look.

Thanks!
@biznazz101 

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT
Jervise
Explorer
63 1 6
biznazz101
Shopify Partner
494 50 104

You can try this.

Go to Themes> "..."> Edit Code> base.css (theme.css if this file isn't available)

Then add this code at the bottom and save:

 

.product-item__hoverless-quick-view-button.btn {
  bottom: 0;
  right: 0;
  padding: 8px;
  padding: var(--spacing-2);
  min-width: 0;
  min-height: 0;
  z-index: 2;
}

 


It should look like this when finished:

biznazz101_1-1704057846416.png

 


I hope that works for you!
@biznazz101 

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT
Jervise
Explorer
63 1 6

will try now, thanks much

Jervise
Explorer
63 1 6

i added code to theme.css but nothing changed

Jervise
Explorer
63 1 6

in your screen shot i see that you have add to compare twice

biznazz101
Shopify Partner
494 50 104

This is an accepted solution.

Yes it is only showing once in your store currently. try adding this instead to theme.css:

button.product-item__hoverless-quick-view-button.btn
{ bottom: 0;
  right: 0;
  padding: 8px;
  padding: var(--spacing-2);
  min-width: 0;
  min-height: 0;
  z-index: 2;
}



Otherwise you can try going to Themes> Customize> Collection Template> Product Grid> Custom CSS

then add the code from my above and click Save.


If this does not work let me know I can request access to the store and do it for you. Thanks!
@biznazz101 

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT
Jervise
Explorer
63 1 6

nothing happened

Jervise
Explorer
63 1 6

it did not work out

biznazz101
Shopify Partner
494 50 104

Okay please direct message me @biznazz101 your stores 4-digit access code I will request access to the store (it will appear under your notifications, bell icon), once approved I will fix the button for you.

To find this code go to Settings> Users & Permissions> Collaborators

Thank you!

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT
Jervise
Explorer
63 1 6

thanks much