Home › Forums › WoodMart support forum › Shop Page Quick View Button Shop Page Quick View Button This topic has 3 replies, 2 voices, and was last updated 4 years, 5 months ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 31, 2020 at 8:16 am #237441 biz.robiulParticipant 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. October 31, 2020 at 10:31 am #237466 Aizaz Imtiaz AwanKeymaster 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. October 31, 2020 at 11:04 am #237470 biz.robiulParticipant And I need to hide this hover loop. Please Check the screenshot Attachments:You must be logged in to view attached files. October 31, 2020 at 11:58 am #237488 Aizaz Imtiaz AwanKeymaster 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. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register