Is there anyone that could have a look at this problem, or contact the plugin author?
Thanks.
In Custom CCS add
.woocommerce-tabs ul.tabs {
width:0%;float:left;margin-right:4.347826087%
}
.woocommerce-tabs .panel {
width:100%;float:right;margin-right:0;margin-bottom:3.631em
}
.woocommerce-tabs {
margin-bottom:2.618em;padding-top:0em;padding-bottom:2.618em
}
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.
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.