Home Forums WoodMart support forum Disable Hover

Disable Hover

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #149898

    rheide
    Participant

    Awesome theme!

    Is there a way to disable the “hover actions” and additional icons that popup upon hover? I’m trying to get the page to display the product image and name. When the user hovers over it, nothing happens and when they click on it, it takes them to the actual product page.

    #149902

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please provide the site or page URL, if your site is under maintenance, please provide the site admin access so that we could provide you custom CSS code to remove the effect.

    Best Regards

    #149903

    rheide
    Participant

    I included the login credentials below.
    Thank you.

    #149966

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-hover-base.hover-ready.state-hover .fade-in-block, 
    body .woodmart-hover-base.hover-ready:hover .fade-in-block {
        visibility: hidden;
        opacity: 0;
        transition: none;
    }
    body .woodmart-hover-base.hover-ready:hover .content-product-imagin {
        visibility: hidden;
        opacity: 0;
        transition: none;
        -webkit-transform: none;
        transform: none;
    }
    body .woodmart-hover-base.hover-ready:hover .product-wrapper {
        -webkit-transform: none;
        transform: none; 
    }

    Best Regards

    #150011

    rheide
    Participant

    Thank you so much.
    I want you to know how much I appreciate this. Often times developers will just say something like – sorry we don’t support that, etc. From this email and the forums, your team is always willing to help people out and I think that is awesome.

    Thanks again!
    Randy

    #150033

    Hello,

    Thank you very much for the warm feedback.

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We shall appreciate highly if you leave a hight rate review on Theme Forest in case you are satisfied with our theme and customer service http://themeforest.net/downloads

    Thank you in advance

Tagged: 

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