QUICK VIEW Button – Having showing all the time

This topic has 4 replies, 3 voices, and was last updated 5 years, 6 months ago ago by Olga Barlow

  • Avatar: indigoross
    indigoross
    Participant
    October 9, 2018 at 16:02

    Hi!

    I hope all is well.

    I wondered it it was possible to have the Quick View button to show all the time rather than just when you mouse over a product?

    Many thanks for help!

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 9, 2018 at 16:05

    Hello,

    Please provide us with temporary wp-admin access.

    Regards

    Avatar: indigoross
    indigoross
    Participant
    October 9, 2018 at 16:08

    No worries!

    See attached! 🙂

    Many thanks!

    Please, contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 9, 2018 at 17:18

    Hello,

    Use the following custom CSS to show the quick view button always (XStore > Theme Options > Custom CSS)

    .product-view-default .footer-product .show-quickly {
        opacity: 1;
    }
    
    .footer-product {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.