Home › Forums › WoodMart support forum › quickview Customization quickview Customization This topic has 5 replies, 2 voices, and was last updated 1 day, 20 hours ago by Aizaz Imtiaz Awan. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 15, 2025 at 6:50 am #638271 yahyaParticipant Hi I want an eye icon to replace the default quick view icon. Please provide me with the CSS code I also want the code to increase the size of the product labels. Attachments:You must be logged in to view attached files. February 15, 2025 at 11:44 am #638316 Aizaz Imtiaz AwanKeymaster Hello, Can you please share the Product page URL so I can check and give you a possible Custom CSS code? Best Regards, February 15, 2025 at 6:46 pm #638374 yahyaParticipant ok. i attached it. Attachments:You must be logged in to view attached files. February 17, 2025 at 9:15 am #638516 Aizaz Imtiaz AwanKeymaster Hello, The code below will help you to change the “quick-view” icon. Define it in Theme Settings -> Custom CSS. .wd-product .wd-quick-view-icon > a:before { content: "\f123"; } Then, Navigate to Typography > Icons fonts > Check the icons and change the content code as per your requirements. Best Regards, February 17, 2025 at 9:18 am #638518 yahyaParticipant thank you and what about the product labels size? February 17, 2025 at 3:04 pm #638693 Aizaz Imtiaz AwanKeymaster Hello, Please add this code to the Theme Settings > Custom CSS > Global: .product-labels .product-label.new { font-size: 20px !important; } .product-labels .product-label.new { min-width: 100px !important; height: 40px !important; } Best Regards, Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register