Home Forums WoodMart support forum Remove text in stock

Remove text in stock

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

    gastroinventar.dk
    Participant

    How can I remove the in stock text from here?

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

    Hi,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product p.stock.in-stock {
        display: none;
    }

    Best Regards.

    #447479

    gastroinventar.dk
    Participant

    I did as you said but it still shows up. By the way, I cleared the cache.

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

    Hi,

    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.

    #447686

    gastroinventar.dk
    Participant

    Thank you very much.

    #447716

    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 ‘Remove text in stock’ is closed to new replies.