Home Forums WoodMart support forum Hide empy stars when there isn’t any reviews on product loop – Hide In stock

Hide empy stars when there isn’t any reviews on product loop – Hide In stock

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

    ulysse.angosto
    Participant

    Hello,

    1) I was wondering if it’s possible to remove or hide empty reviews stars when a product doesnt have one ? I want it to not disturb the structure of my product loop like affect the height of my align “add to cart” or titles.

    2) And how can I hide the “in stock” label in the single product page ? I try to hide it with css code but it’s not working.

    Kings regards,

    Ulysse

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

    Hello,

    1- Under the Theme Settings > Product archive > Products styles > Layout > you will find the toggle option of Show empty star rating > if it is enabled on your Site, you can turn it off: https://snipboard.io/DUIuNW.jpg

    2- Regarding hiding Stock status, please go to Dashboard > WooCommerce > Settings > Products > Inventory > there you can find the Stock display format option > there you can select your choice of option there regarding this: https://snipboard.io/IdfQF4.jpg

    Best Regards

    #435473

    ulysse.angosto
    Participant

    Hello, thanks for your answer.

    Perfect for hiding empty stars.

    Problem with the “in stock” status. I turn it off as you said in Dashboard > WooCommerce > Settings > Products > Inventory, put it still up in the product page. Can you help me off ? thanks

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

    Hello,

    Sorry to say actually you had Custom Single Product layout made and in that Stock Status is coming along with the Add to Cart form element > so a Custom CSS would be required to hide that.

    We have applied the following one on your Site to hide the Stock Status:

    .stock.in-stock.wd-style-default {
        display: none !important;
    }

    Location to find Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> there you can find the CSS pasted.

    Best Regards

    #447101

    ulysse.angosto
    Participant

    Thanks, it works !! You can close the topic

    #447290

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Hide empy stars when there isn’t any reviews on product loop – Hide In stock’ is closed to new replies.