jaw@jawtemplates.com

J&W Templates is webdesigner team. We develop wordpress and joomla templates in premium quality. See our profile at Themeforest.net. This is the place where you can find plenty of templates and other extensions to buy.

Translations

Dear customers, If you made some translation of GoodStore theme, we would be very happy when you’ll send it to us at jaw(a)jawtemplates.com You translation will be added into theme (with your name) and will help to another customers. List of translations, that has bee ...

How to Revert Description and Title in Archive Product

Go to ../themes/goodstore/ and open file loop-products.php. Add this code on line 6 $cat = array(); if (is_product_category()) { $cat = get_term_by(‘slug’, get_query_var(‘term’), ‘product_cat’); }else if(is_product_tag()) { $cat = get_term ...

Product Boxes Alignment

This is caused by mansory (isotope) effect. This effect try fill the bank space from top (like pinterest). Now it’s not possible to have products in lines. See pic below. Without mansory (isotope) effect it would look like this: This will be fixed in future version. Th ...

How to change Logo Background Row Color to Gradient via Custom CSS

Please in theme options->custom code->custom css add this code .row-fullwidth .fullwidth-block.header-small-content { background: none repeat scroll 0 0 #ffffff; background: none repeat scroll 0 0 #ffffff; background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgb ...

How to change font size of main menu items

Please go to Appearance->Theme Options->Custom Code->Custom CSS and add this custom code: #header .small-menu ul.top-nav li.jaw-menu-item-depth-0>a { font-size: 30px; } You can change the value of the font-size by your own.