Home Forums WoodMart support forum How to add “quick view” icon on mobile archives?

How to add “quick view” icon on mobile archives?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #590770

    rrafal889
    Participant

    Regarding this topic I would like to ask how to add “quick view” icon on mobile archives? I assume it will be similar to below solution?

    https://xtemos.com/forums/topic/in-the-archives-the-compare-button-is-not-visible/

    #590949

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> CSS for Mobile Section:

    .wd-buttons .wd-quick-view-icon, .wd-buttons {
       display: block !important;
    }

    Best Regards.

    #590957

    rrafal889
    Participant

    I added the code but the effect is not good. Screen in private content. Also I would like optionally add “compare” button. At the moment I have only “Add to basket button” and “add to Wishlist button”

    #590989

    rrafal889
    Participant

    I removed the css from the website so you can see how it looks originally. I want additional button: quick view (and potentially) compare to show next to each other.

    #591139

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> CSS for Mobile Section:

    body .product-grid-item .wd-quick-view-icon, .product-compare-button {
       display: block !important;
    } 

    Best Regards.

    #591210

    rrafal889
    Participant

    thank you it works:)

    #591262

    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 7 posts - 1 through 7 (of 7 total)

The topic ‘How to add “quick view” icon on mobile archives?’ is closed to new replies.