-
AuthorSearch Results
-
October 11, 2017 at 12:22 am #11556
In reply to: metaslider and layout
Hi,
On account page have link to confirm logout, now you hide this.
You can add custom css to fix
.woocommerce-account ..woocommerce-message {
display: block;
}best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 10, 2017 at 9:45 pm #11546In reply to: How to make the logo bigger
Hi Michylee,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.header__mid .jas-col-sm-4.jas-col-xs-3 {
flex-basis: 16.666%;
max-width: 16.666%;
-ms-flex-preferred-size: 16.666%;
}
.header__mid .jas-col-sm-4.jas-col-xs-6 {
flex-basis: 66.666%;
max-width: 66.666%;
-ms-flex-preferred-size: 66.666%;
}
}You can increase Logo Max Width number in Theme Option as you want
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 10, 2017 at 7:30 pm #11540In reply to: How to make the logo bigger
This reply has been marked as private.October 9, 2017 at 11:14 pm #11516In reply to: Home page hell
I help you fixed the issue.
It because your custom css code in Theme Option lost close tag. So when you minify css with autoptimize plugin it break layout.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 9, 2017 at 6:43 pm #11497In reply to: Product Listing Settings – Pagination Style
Did you see the issue on original browser screen ( 1280, 1366, 1440, 1920)?
Of course when you drag to resize your browser, the javascript sometime can’t respond immediate to adapt.
I saw you add some custom css maybe these cause the issue http://take.ms/GUYSM
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 9, 2017 at 5:52 pm #11491In reply to: my account page
Hi,
please add custom css code
#customer_login .jas-col-md-6.jas-col-sm-6 { flex-basis: 100%; max-width: 100%;}
#customer_login .col-2 { margin-top: 60px;}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 8, 2017 at 9:48 pm #11462In reply to: Transparent Header Problems
Hi,
Thank you for choosing our theme.
You can set transparent header for only home page by go to Theme Option > Header > Enable sticky header > On
and add custom css in Theme Option > General Layout > Custom CSS.home #jas-content {margin-top: -62px;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 8, 2017 at 8:53 pm #11460In reply to: Product Listing Settings – Pagination Style
Hi,
Because the load more function used different layout, it will not show the product title, if you want to hide product title when use Number type, I will make it for you via custom CSS code.
October 8, 2017 at 12:55 pm #11443In reply to: Categories
Hi,
You can add custom css code to fix
.archive #wowslider-container12 {max-width: 1280px;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 8, 2017 at 12:48 pm #11442In reply to: Disable Burger menu in header5
Hi,
You can hide by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (min-width: 1024px) {
.jas-push-menu-btn { display: none;}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results