Viewing 4 replies - 1 through 4 (of 4 total)
  • following

    Hi, I found a solution :

    You need Booster for WooCommerce plugin

    when you installed and activated it:

    go to WooCommerce > Settings > Booster > EMAILS & MISC

    and activate module general, in section : Custom CSS – Front end (Customers)

    add this code : p.stock.in-stock:before {content:none;}

    this should solve the problem

    BR,
    Val

    Mark Goodridge

    (@mark-goodridge)

    Hi Val,

    For out of stock message the sad smiley is still there, despite using the Booster plugin and following your instructions.

    Any suggestions on what I should do differently?

    Thanks.

    Actually, it can also be done without the Booster plugin.
    In custom CCS I added `.single-product div.product p.stock.out-of-stock:before {
    content:none;
    }`

    This got rid of the sad face emoticon with out of stock.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce Smiley Face (In Stock/Out of Stock)’ is closed to new replies.