Home Forums WoodMart support forum quick View Please

quick View Please

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #146919

    percyman
    Participant

    Hello, I would like to make changes in the area of
    Enter the quick view, this permanent message and the icons to share with your original color
    attached image capture

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

    Hello,

    You can check all the possible options to make changes in the product quick view from Theme Settings >> Shop >> Quick View.

    To change the icon colors inside the quick view you can use the below css in Theme Setting >> CUSTOM CSS >> Global Custom CSS:

    .popup-quick-view .fa-facebook{
        color: blue;
    }
    .popup-quick-view .fa-twitter{
        color: blue;
    }
    .popup-quick-view .fa-whatsapp{
        color: green;
    }

    Result: https://jmp.sh/Im079TW

    It is not possible to change that message inside the quick view. It requires customization and this is beyond our limitations and policy.

    Best Regards.

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