Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1109869
    Pollito69
    Participant

    Hello,

    I use Ethos 1 and Woocommerce shop and love it. But I have few products that don’t have price = they are custom products and the price will be defined separately for each item. For example Vitrals. See the attachment.

    I’m trying to find an option in the Products section to remove the line “This product is currently out of stock…” but cannot get rid of it. Can you help?

    Site link: http://staging.uniquegiftsandart.com/product/custom-vitrals/

    Thank you!

    #1109874
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    p.stock.out-of-stock {
        display: none;
    }

    Hope that helps.

    #1110528
    Pollito69
    Participant

    That worked. Thank you!

    #1110662
    Christopher
    Moderator

    You’re welcome.

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