Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1058096
    Cherylwoodman
    Participant

    Hi Themeco,

    I am a bit baffled, I have un-ticked all options that show stock in the ethos/woocommerce shop, but I can still see an ‘in stock’ on the pages…

    Take a look here –> http://honestyforyourskin.co.uk/index.php/product/renew-antioxidant-night-oil/

    Can I remove this?

    Cheryl

    #1058176
    Joao
    Moderator

    Hi Cheryl,

    Please add the following code to Appereance Customizer Custom CSS

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

    Hope it helps,

    Joao

    #1065025
    Cherylwoodman
    Participant

    Thanks Joao – that works perfectly!

    #1065070
    Rahul
    Moderator

    You are most welcome!

  • <script> jQuery(function($){ $("#no-reply-1058096 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>