Home Forums WoodMart support forum Disable hover on product

Disable hover on product

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #555635

    designfrenzy.nl
    Participant

    Hi, how do I disable the hover effect for products on the shop/category pages?

    Attachments:
    You must be logged in to view attached files.
    #555703

    Hello,

    Navigate to Theme Settings > Product Archive > Product Styles > choose the product style standard button.

    Best Regards.

    #555707

    designfrenzy.nl
    Participant

    Hi,

    The ‘standard button’ option changes the complete style of the product card. I want the product card to be the ‘full width button’ option and only disable the hover effect on the product card (shadow and movement).

    #555870

    Hello,

    Can you please share the page URL I will check and give you a possible solution.

    Best Regards.

    #555926

    designfrenzy.nl
    Participant

    Hi, this is the url

    #556043

    Hello,

    Sorry to say on your site 2fa authentication is enabled. Can you please give the site access? I will check and give you a possible solution.

    Best Regards.

    #556079

    designfrenzy.nl
    Participant

    See access info below

    #556082

    designfrenzy.nl
    Participant

    So actually i want the product card to be the same as the product cards in the ‘related products’ section.

    #556238

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .wd-hover-fw-button.wd-hover-with-fade.hover-ready:is(:hover,.state-hover) .product-wrapper {
    	transform: none;
    }
    
    .wd-hover-fw-button.wd-hover-with-fade .content-product-imagin {
    	box-shadow: none;
    }

    Kind Regards

    #556308

    designfrenzy.nl
    Participant

    It works, thanks.

    #556492

    Hung Pham
    Keymaster

    Hi designfrenzy.nl,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘Disable hover on product’ is closed to new replies.