Home Forums WoodMart support forum HIDE "VIEW DETAILS" LABEL ON QUICK VIEW

HIDE "VIEW DETAILS" LABEL ON QUICK VIEW

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #114749

    Jeriss Cloud Center
    Participant

    How can I hide the whole label “show details” on the quick view?

    #114897

    Hello,

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

    .popup-quick-view .product-images .view-details-btn {
    	display: none;
    }

    Best Regards

    #114915

    Jeriss Cloud Center
    Participant

    Thansk, problem solved

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

The topic ‘HIDE "VIEW DETAILS" LABEL ON QUICK VIEW’ is closed to new replies.