How can I remove the product preview line from my listings?

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

Hi @marivoro

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

Yes, sure, here it is. Thanks!

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!

1 Like

Thanks, I just emailed you with URL.

@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!

1 Like

Thanks a lot!