• Resolved mika07

    (@mika07)


    Hello, the problem I am having is that in the products that are shown on the home page, the quick view button is duplicated, and I only want one of this button and the select option button to remain. Could you help me with this?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    try to ad this code in Appearance -> Cutomize -> Addiional css

    a.button.yith-wcqv-button {
        display: none;
    }
    Thread Starter mika07

    (@mika07)

    Oh thank you very much it worked perfect for me

    The above CSS hides both buttons. I hide one with this css:

    .woocommerce ul.products li.product a.button.yith-wcqv-button {
        display: none;
    }
    
    .woocommerce ul.products li.product .product-meta-wrapper a.button.yith-wcqv-button {
    	display: block;
    }

    Why would two be displayed? is this issue going to be looked at further?

    • This reply was modified 3 years, 11 months ago by finmorrison.
    Plugin Support Andrea Grillo

    (@agengineering)

    Hi @muharremg
    Could you share a website url to me, please? Tell me which button you want to hide.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘duplicate quick view button’ is closed to new replies.