• Resolved inerdtech

    (@inerdtech)


    I would like to remove the words ‘In Stock’ being displayed in the attributes column. How do I achieve this.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Saiful Islam

    (@codersaiful)

    You can do it by custom css code. add following CSS code to your Customizer->add CSS:

    .wptf_message p.stock.in-stock {
        display: none !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Removing ‘instock’ from attributes column’ is closed to new replies.