jaw@jawtemplates.com

Code

How to change Logo Background Row Color to Gradient via Cust ...

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.

How to Show all Product Categories in Breadcrumbs

If you have structure of categories like this: Main Category Category 1 Category 1-1 Category 2 Category 2-1 And if you want show in breadcrumbs bar all categories like this: Home | Main Category | Category 1 | Category 2 | Category 1-1 | Category 2-1 | Product name So ...

Show all categories in breadcrumbs

If you have structure of categories like this: Category 1 Category 1-1 Category 2 Category 2-1 And if you want show in breadcrumbs bar all categories like this: Home | Category 1 | Category 2 | Category 1-1 | Category 2-1 | Post name So just try find code in /goodstore ...

How to change product image in category overview from 274 ...

Please change in files: goodstore/templates/woocommerce/content-product-0.php lines 35 and 45 goodstore/templates/woocommerce/content-product-1.php lines 35 and 43 goodstore/templates/woocommerce/content-product-2.php lines 33 and 42 “woo-size” to “shop_sin ...