Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioYou can add custom css code
@media only screen and (max-width: 736px) {
.page-head {padding: 125px 0;}
}
and change 125px to fit with mobile screen.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You want change text size or anything?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 13, 2017 at 11:15 pm in reply to: Move product description & additonal info to link below delivery & returns #1607You can move code you added in main gecko theme to functions.php file in gecko-child.
We recommend all changes should do on child theme so you can update main theme without losing your custom code.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 13, 2017 at 6:15 pm in reply to: Move product description & additonal info to link below delivery & returns #1603Can you tell me which file in parent theme you added code. we will give you how to make it run on child theme.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 12, 2017 at 2:27 pm in reply to: Move product description & additonal info to link below delivery & returns #1575Hi,
you can add below code to file function.php in gecko-child
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 ); add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 55 );best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi
you can add custom css in JanStudio > Theme Options > General Layout > Custom Css
.jas-social .google-plus, .jas-social .pinterest, .jas-social .tumblr {display: none;}
best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioThis reply has been marked as private.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio1.Hi you can change height of page title by add custom css in JanStudio > Theme Options > General Layout > Custom CSS
.page-head {padding: 125px 0;}
you can reduce 125 to your number
2. You can remove breadcrumb by add custom css
.jas-breadcumb { display: none;}
best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
We check your mockup and understand the requires this need more customize code and create new features. The fee to customize code for you is $250.
Best regards,
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts