jaw@jawtemplates.com

Tag: cart

How to Make Top Bar Shopping Cart Scrollable

please add this to custom css (appearance->theme options->custom code->custom css) /* JAW – scrollable top bar cart */ .top-bar-woo-cart ul.cart_list.product_list_widget {     max-height: 400px;     overflow-y: scroll; }

How to Change a Cart Icon on Top Bar

Its a quite easy, please go to ..\themes\goodstore\templates\header\top_bar\ and open file woo_cart.php. On line 3 you should see this icon-cart3, simply change the icon-cart3 for another one (e.g. here) We got this If you want to change image instead of icon, please add thi ...