Home Forums WoodMart support forum About Hover on product

About Hover on product

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #545306

    terryji520
    Participant

    I have 3 questions

    First: Why is the hover effect I choose different from the image display? The color options are displayed on the left side instead of the right side.

    Second: How to set the product to automatically switch pictures when hovering,

    Third: How to cancel the displayed review star rating

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

    Hung Pham
    Keymaster

    Hi terryji520,

    Thanks for reaching to us.

    1, 3. Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-product.wd-hover-buttons-on-hover form.wd-quick-shop-2{
    	width: auto;
    }
    
    .wd-product-header .star-rating.wd-style-simple{
    	display: none;
    }

    2. Please enable Product gallery controls on desktop option https://prnt.sc/TPFwNA0ijjqE

    Regards,

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