Home › Forums › WoodMart support forum › Image swatch Image swatch This topic has 9 replies, 2 voices, and was last updated 6 years, 10 months ago by Elise Noromit. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts April 5, 2018 at 11:43 am #50975 Stanley BlackParticipant Hi, How to disable box with variation name when image swath is hover(screenshot.png)? Attachments:You must be logged in to view attached files. April 5, 2018 at 12:45 pm #50990 Elise NoromitMember Hello, Navigate to Theme settings > Shop > Products & categories styles > Hover on product and change the setting. Best Regards April 10, 2018 at 8:34 am #51779 Stanley BlackParticipant Hi, I want everything to stay the same only to remove variation name(black box with white title). How to remove it in custom css? Best regards April 10, 2018 at 9:55 am #51803 Elise NoromitMember Hello, It is not possible to remove with custom CSS otherwise all the tooltips will be hidden. You can customize template file. Best Regards April 10, 2018 at 10:00 am #51806 Stanley BlackParticipant Thank you! Can you provide me a path to template file? If I want to all tooltips be hiden, what line of css to use. Best regards April 10, 2018 at 11:31 am #51823 Elise NoromitMember Hello, Find this file: woodmart/woocommerce/single-product/add-to-cart/variable.php You will need to remove class woodmart-tooltip If you need to remove globally use this CSS code: .woodmart-tooltip{ display:none; } Add this code to Theme Settings > Custom CSS > Desctop Best Regards April 17, 2018 at 8:53 am #52894 Stanley BlackParticipant Hello, How to remove underline on image swatch variation?(screenshot.png) Kind regards Attachments:You must be logged in to view attached files. April 17, 2018 at 11:46 am #52923 Elise NoromitMember Hello, Please add this CSS to Theme Settings > Custom CSS: .swatches-select .colored-swatch:after, .swatches-select .image-swatch:after { display: none; } Best Regards April 18, 2018 at 10:00 am #53104 Stanley BlackParticipant Thank you!!! How to do the same thing on category page?(screenshot.png) Kind regards Attachments:You must be logged in to view attached files. April 18, 2018 at 12:19 pm #53115 Elise NoromitMember Hello, Please try this code, add this CSS to Theme Settings > Custom CSS: .swatches-on-grid .current-swatch::after { display:none; } Best Regards Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to create new topics. Login / Register