Home Forums WoodMart support forum Reviews issue

Reviews issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #324619

    badr
    Participant

    Hello there,

    Can we please remove the text “reviews” and keep only the stars. cause on mobile we lost the stars and only the text “reviews” appear.

    here is the code we already installed ?

    .wd-hover-base.has-stars.purchasable .product-rating-price .stamped-badge {
    display: none;
    }
    .wd-hover-base.has-stars.purchasable:hover .wrapp-product-price .stamped-badge {
    display: block;
    }

    Thanks and regards

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > to the device where you want to hide the word:

    body .product-grid-item .stamped-badge-caption{
    display:none;
    }

    Best Regards

    #324742

    badr
    Participant

    it works ! thank you

    #324756

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Reviews issue’ is closed to new replies.