Home Forums WoodMart support forum Remove text “available on backorder” from shop page

Remove text “available on backorder” from shop page

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

    mc
    Participant

    Hello,

    I would like to remove the text: available on backorder from the shop page.
    Is there anywhere to hide the text?

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

    Hello,

    I have visited your site and checked the shop page. I have not seen “available on backorder” text.
    Please send us the page url where the issue you are facing.

    Best Regards.

    #486417

    mc
    Participant
    #486502

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

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

    Best Regards

    #486519

    mc
    Participant

    Hello,

    The code didn’t work, but it helped me figure out how to write the code.

    This moderation on the code did the job:

    .wd-product-stock.stock.wd-style-default.available-on-backorder {
    display: none !important;
    }

    Thank you 🙂

    #486535

    Sounds Great! that your issue has been solved.

    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 ‘Remove text “available on backorder” from shop page’ is closed to new replies.