Home Forums WoodMart support forum How do I remove star rating on hover

How do I remove star rating on hover

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #100250

    pogopie
    Participant
    #100276

    Hello,

    Please provide your page URL

    Best Regards

    #100277

    pogopie
    Participant

    velomont.com/cs/

    #100299

    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

    #100317

    pogopie
    Participant

    Thanks, works like a charm. But It has left this weird bigger block.

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

    pogopie
    Participant

    I fixed it by
    .product-information{height: 65px;}
    but i am not sure if it will affect anything

    #100321

    pogopie
    Participant

    Ive got an idea, can I replace the Stars with text ?

    #100360

    Hello,

    There is no option for that. This is Woocommerce functionality and our theme does not influence that.

    Best Regards

    #100367

    pogopie
    Participant

    Oh, okey, no problem. Thanks a lot.

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

The topic ‘How do I remove star rating on hover’ is closed to new replies.