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

    In Woocommerce > Products > Inventory
    I have stock status set to Never Show Stock Status. However on all my product pages it now shows “In Stock”

    This issue only came about after updating to WooCom 2.6. Sample page and wp admin credentials in private. Please help.

    #648805

    Has anyone else had this issue? I am having it on 2 Enfold sites now (with Woocommerce 2.6)

    #648807

    Hoping someone from Kriesi can recommend some quick CSS that will hide stock status.

    #648851

    Hey!

    I have reported that to Kriesi, so it can get fixed, but please add to your CSS

    div.product p.stock { display: none }

    let me know if that will get solved the issue.

    Thanks a lot

    Regards,
    Basilis

    #648865

    Thank you for the reply.
    The code above did not hide the stock status (added to Quick CSS).

    #649074

    Hi,

    Please try the following instead:

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

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.