jaw@jawtemplates.com

Tag: top bar

How to add Currency Switcher to Top Bar

1. Install and activate WooCommerce Currency Switcher plugin. 2. Go to WooCommerce -> Settings -> Currency and set Currency options – video tutorial 3. Switch to “Options ” tab and set “Drop-down view” as “chosen” another optio ...

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 ...

How to add Menu into Top bar

First you have to register menu position. Open /goodstore/function.php file and lines 335 – 339 register_nav_menus(array( ‘primary_navigation’ => __(‘Primary Navigation’, ‘jawtemplates’), ‘foo ...