Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1051490
    turnkeyflyers
    Participant

    Hi, I would like to hide “in stock” from all pages in my woocommerce store as all my products are digital. For example, on this product page: http://geniusflyers.com/shop/residential-flyers/open-house-kit

    I noticed a post similar to this but it said something about custom css and I’m not exactly sure where to put this. Thanks,

    #1051903
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

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

    Thanks.

    #1051907
    turnkeyflyers
    Participant

    Is this sitewide or for that page? I didn’t use cornerstone to create this page, since it’s a woocommerce page. How do I access the customizer in this case? Thanks,

    #1052023
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! This is site wide for the specific selector. To access the customizer custom CSS settings, go to: Appearance > Customize > Custom

    Hope this helps – thanks!

    #1052082
    turnkeyflyers
    Participant

    That did it! Thank you!

    #1052089
    Lely
    Moderator

    You’re welcome!

    Cheers!

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