Home Forums WoodMart support forum How to remove product ratings on product hover

How to remove product ratings on product hover

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

    zuerst.digital
    Participant

    I need to remove product ratings on product hover in grid view

    #93761

    Hello,

    This is possible to do with Custom CSS, please provide your site URL

    Best Regaards

    #93765

    zuerst.digital
    Participant

    febiya.com

    #93778

    Hello,

    I do not see the ratings on products https://gyazo.com/34ce786b0f1b5b72bb4a0970898f950a

    Best Regards

    #93801

    zuerst.digital
    Participant

    see info in private content

    #93890

    Hello,

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

    .woodmart-hover-base.has-stars.purchasable .star-rating{
    	display:none;
    }
    .woodmart-hover-base .wrapp-product-price {
        transition: none; 
    }
    .woodmart-hover-base.has-stars.purchasable:hover .wrapp-product-price {
        transform: none!important;
        -webkit-transform: none!important; 
    }

    Best Regards

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