Home Forums WoodMart support forum Hiding ‘Add to Cart’ Option on Quick view

Hiding ‘Add to Cart’ Option on Quick view

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #593533

    nikkylikescoffee
    Participant

    Hi
    How do I hide the ‘Add to Cart’ option on QuickView pop up? See screenshot attached, I want to hide both the addcount as well as ‘Add to cart’ button. Thank you.

    #593542

    nikkylikescoffee
    Participant

    Is there a way to change the icon used for ‘Quick view’ on Product archive? (see screenshot). It is the same as Search Icon, which is confusing. Either change the icon or just say ‘Quick view’ as a link button. Thank you.

    Attachments:
    You must be logged in to view attached files.
    #593580

    Hello,

    Can you please share the page URL so I will check and give you a possible solution.

    Best Regards.

    #593643

    nikkylikescoffee
    Participant

    Regarding this:”How do I hide the ‘Add to Cart’ option on QuickView pop up? See screenshot attached, I want to hide both the addcount as well as ‘Add to cart’ button. Thank you.”

    >>>If you go to Product Grid page (i.e. open Dining Tables category) and then click on QuickView, the pop up which opens.

    Attachments:
    You must be logged in to view attached files.
    #593780

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .popup-quick-view .wd-scroll-content>a{
        display: none !important;
    }
    
    .wd-product .wd-quick-view-icon > a:before {
    	content: "\f122"; /* quick view  icon */
    }

    Best Regards.

    #593928

    nikkylikescoffee
    Participant

    Hi, thank you the Quick View icon is changed. May I know how to:
    “Hide the ‘Add to Cart’ option on QuickView pop up? See screenshot attached, I want to hide both the addcount as well as ‘Add to cart’ button. Thank you.”

    Attachments:
    You must be logged in to view attached files.
    #594066

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .popup-quick-view form.cart {
        display: none !important;
    }

    Best Regards

    #594087

    nikkylikescoffee
    Participant

    Ah works, beautiful! thank you

    #594108

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Hiding ‘Add to Cart’ Option on Quick view’ is closed to new replies.