Solved

Can you remove the product preview line in Shopify listings?

marivoro
Tourist
13 1 0

Hi,

Can someone tell how to erase product preview line from my listings? The button is covering the middle of my image which I don't want covered.

Can someone help please?

 

Best,

Maria

Accepted Solution (1)
JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

@marivoro This has been solved with the following code added to theme.css:

.vellir-peek-mode.full-width {
    display: none;
}

Should that be all, we always appreciate a like & mark as answer to let the community find quality answers faster. Thanks!

Cheers!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com

View solution in original post

Replies 6 (6)

JHKCreate
Shopify Expert
3571 639 916

Hi @marivoro 

Would you mind sharing a visual of what you're experiencing? Let us know!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
marivoro
Tourist
13 1 0

Yes, sure, here it is. Thanks!

JHKCreate
Shopify Expert
3571 639 916

Clear, should be an easy fix!

Would you mind sharing your store's URL so we can provide a solution for that? You can DM or E-Mail this privately if you'd like. Cheers!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
marivoro
Tourist
13 1 0

Thanks, I just emailed you with URL.

 


@JHKCreate wrote:

Clear, should be an easy fix!

Would you mind sharing your store's URL so we can provide a solution for that? You can DM or E-Mail this privately if you'd like. Cheers!


 

JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

@marivoro This has been solved with the following code added to theme.css:

.vellir-peek-mode.full-width {
    display: none;
}

Should that be all, we always appreciate a like & mark as answer to let the community find quality answers faster. Thanks!

Cheers!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
marivoro
Tourist
13 1 0

Thanks a lot!