Home Forums WoodMart support forum Shop Page Quick View Button

Shop Page Quick View Button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #237441

    biz.robiul
    Participant

    How to change the quick view button position and hide the icon, then write ( Quick view ) instead of the quick view icon. look like this image.

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for the Desktop area under Theme Settings >> Custom CSS.

    .wd-action-btn.wd-quick-view-btn>a:before {
    	content: "Quick view" !important;
    	width: 100px;
    	font-size: 14px;
    }
    .woodmart-buttons .wd-action-btn>a {
    	width: 100px;
    }
    .woodmart-buttons.wd-pos-r-t {
    	position: absolute;
    	top: 30%;
    	right: 35%;
    }

    Regard’s.
    Xtemos Studios.

    #237470

    biz.robiul
    Participant

    And I need to hide this hover loop. Please Check the screenshot

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

    Hello,

    I saw the screenshot you attached and visited your website. Please try adding the following Custom CSS.

    .quick-view.wd-action-btn.wd-quick-view-btn.wd-style-icon .woodmart-tooltip-label {
    	display: none;
    }

    Then clear the cache and check back.

    Regard’s.
    Xtemos Studios.

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