Tagged: anchor text, Cart, code
The ajax popup cart icon is missing anchor text, so I added it via a hidden div and a -9999px alignment. I dont know if this is something you guys wanted to work into the theme, but it might be useful since the cart icon has the ability to show up on every page.
Here is what I did:
Edit config.php in enfold\config-woocommerce\config.php
Line 758
$output .= "<a class='cart_dropdown_link' href='".$link."'><span ".av_icon_string('cart')."><span class='hide'>Cart</span></span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";