Home / Forums / WoodMart support forum / buttons in Hover on product section
Home › Forums › WoodMart support forum › buttons in Hover on product section
buttons in Hover on product section
- This topic has 11 replies, 2 voices, and was last updated 1 month, 1 week ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
September 9, 2025 at 9:19 am #685188
ahmedkasssasParticipantHi in Products styles -> button on hover if i need make buttons appear without hover how can i do this ?
buttons in Hover on product section if i chose “button on hover” style how can i make buttons and other object as compare … appear without hover as image in attachments
Attachments:
You must be logged in to view attached files.September 9, 2025 at 2:03 pm #685265
Aizaz Imtiaz AwanKeymasterHello,
Navigate to Theme Settings > Product Archive > Product Styles > choose the standard button hover effects on product hover.
This style will ensure the Add to Cart button is always visible, even without hovering.
Best Regards,
September 9, 2025 at 2:24 pm #685271
ahmedkasssasParticipantHi
yes i have do this but this style not good formated some button appear up and down
and other buttons compare … not appear till hover
i need style buttons on hover but without hover
could you please help to do thiseven in code just let me know where can i do this and how it’s ok for me
thanksAttachments:
You must be logged in to view attached files.September 9, 2025 at 2:31 pm #685276
ahmedkasssasParticipantif there are no option please tell me how can i do it by css
September 9, 2025 at 3:23 pm #685294
Aizaz Imtiaz AwanKeymasterHello,
Your site is in maintenance mode, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this and give you a possible solution.
Best Regards,
September 9, 2025 at 3:37 pm #685299
ahmedkasssasParticipantinfo in Extra information
September 10, 2025 at 8:37 am #685378
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS under Theme Settings >> Custom CSS.
.product-grid-item.wd-hover-buttons-on-hover .wd-product-footer, .product-grid-item.wd-hover-buttons-on-hover .product-element-bottom, .product-grid-item.wd-hover-buttons-on-hover .wd-buttons, .product-grid-item.wd-hover-buttons-on-hover .wd-add-btn, .product-grid-item.wd-hover-buttons-on-hover .add-to-cart-loop { opacity: 1 !important; visibility: visible !important; transform: none !important; pointer-events: auto !important; display: flex !important; gap: .5rem !important; margin: 0 !important; }
Best Regards,
September 11, 2025 at 2:52 am #685663
ahmedkasssasParticipantHi
how can i remove or hide this spaec between name of products and image when do hoverAttachments:
You must be logged in to view attached files.September 11, 2025 at 12:36 pm #685809
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS under Theme Settings >> Custom CSS.
.product-grid-item.wd-hover-buttons-on-hover:hover .product-element-bottom { margin-top: 0 !important; padding-top: 0 !important; } .product-grid-item.wd-hover-buttons-on-hover:hover .wd-entities-title, .product-grid-item.wd-hover-buttons-on-hover:hover .price { margin-top: -30px !important; margin-bottom: 0px !important; }
Best Regards,
September 11, 2025 at 2:29 pm #685851
ahmedkasssasParticipanti have use it space still in bottom name product as in image in attachment
is there a way to stop this animate on hover to make this space
it’s ok if still move little up on hove but without space up down product nameAttachments:
You must be logged in to view attached files.September 11, 2025 at 2:53 pm #685879
ahmedkasssasParticipantand about last code you give me you can see in mobile version when press on product then product name disappear
Attachments:
You must be logged in to view attached files.September 12, 2025 at 8:29 am #686009
Aizaz Imtiaz AwanKeymasterHello,
The extra space you see under some product names it happens because different products have different elements.
For example, some products display swatches (colors, sizes, etc.), while others don’t. That difference in height makes the titles shift when items are aligned in the grid.If you want to keep all product cards the same height and avoid that visible gap, you can make sure every product has the same type of elements (add swatches to all or none).
For the issue that is causing the issue on mobile, use the above css, which I provided, add only on Theme Settings > Custom > Custom CSS for desktop, and for the mobile use the same css in the mobile area and change the value according to the layout.
Best Regards,
-
AuthorPosts
Tagged: button on hover
- You must be logged in to create new topics. Login / Register