Hi guys
1. Can the top menu (the transparent grey box) height be reduced slightly. There is a lot of spare space. See image. http://postimg.org/image/5tgrid0e9/
2. How do I turn the SALE badges off everywhere. I tried to edit the functions.php file with the code below but nothing happens. I’ve also tried with CSS.
//Remove Sales Flash
add_filter(‘woocommerce_sale_flash’, ‘woo_custom_hide_sales_flash’);
function woo_custom_hide_sales_flash()
{
return false;
}
Thanks again.