I Want To Move The "Quick view " Button A Little Lower On Testament Theme

I Want To Move The "Quick view " Button A Little Lower On Testament Theme.

That a button won’t cover too much of the image.

Hi @BenittaM

Please share your store URL
So that we can help you.
Thank you.

https://benittamoko-jewelry.com/collections/earrings

@BenittaM

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/stylesheet.css->paste below code at the bottom of the file

.product-listing__quickview-trigger {
    top: 78% !important;
}

Hope my answer will help you.

Kate from PageFly Team

Thank you very much. It works.

I did 82% and it looks like what I wanted.

I’m glad to hear that. Thank you

1 Like

I have another question that I asked separately and still haven’t answered.

Maybe you can help me?

How to remove text that pops up when cursor moves over picture?

I could not find a solution in the settings of the template.

I have attached a file with a picture.

@BenittaM ,

Sure! You can add this code at bottom of the file stylesheet.css:

a[title] {
    pointer-events: none;
}

Thank you so much for you prompt responses.

I was very surprised to get so quality service.

Will collaborate with you in the future for sure.

I saw that the text is not visible and that’s what I wanted, but the transition to the next picture stopped working! Is it possible to fix it? In the meantime I have deleted this code.
Thank you.

Sorry that’s the only way I know. And I don’t have the Testament theme to test with either. I guess you could try checking in the collection.liquid file and find and remove the title

I did a theme update and the button changed. They made it narrower and it doesn’t hide the picture. And the code you gave me stopped working. But the changes they made to the theme look better. In any case, thank you very much for your help.