Home › Forums › WoodMart support forum › Issue on product hover Issue on product hover This topic has 3 replies, 2 voices, and was last updated 1 year, 3 months ago by Hung Pham. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 3, 2023 at 9:35 pm #518021 fabiowebParticipant Hello, i have an issue on product hovering with a text string. I’d like to see hover like in your demo. Pls check attachment to understand the issue. Thanks waiting your feedback Attachments:You must be logged in to view attached files. December 4, 2023 at 5:26 pm #518355 Hung PhamKeymaster Hi fabioweb, Thanks for reaching to us. It caused by the Custom CSS added to Theme Settings > Custom CSS https://prnt.sc/hwl6TfVc7zCa Seems you wanted to change font-size of tooltip, if so, please remove above code use this below Custom CSS Code .product-wrapper .wd-buttons .wd-tooltip-label{ font-size: 16px; color: #8B5635; } Regards, December 4, 2023 at 9:32 pm #518435 fabiowebParticipant Ok thanks i had to use following code .wd-compare-btn span, .wd-wishlist-btn span, .wd-action-btn.wd-style-text > a::before { color: #8B5635 !important; font-size:inherit !important; } Now issue is in tooltip. Why name is not displayed? It’s visible only “quick view ” label name Attachments:You must be logged in to view attached files. December 5, 2023 at 7:40 am #518488 Hung PhamKeymaster Hi fabioweb, Please remove font-size:inherit !important; attribute. Regards, Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register