-
AuthorSearch Results
-
September 21, 2017 at 8:14 am #10505
In reply to: hide footer from mobile version
you can hide footer on all page on mobile by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) { #jas-footer { display: none;}}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 21, 2017 at 8:12 am #10504In reply to: Removing a button in the Quick View
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.product-quickview .content-section {display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 20, 2017 at 7:10 pm #10469In reply to: Check out and Cart page
Hi,
You can add custom css to fix.
@media only screen and (max-width: 736px) {
.a2w_to_shipping select {width: 100%;}}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 20, 2017 at 6:26 pm #10465In reply to: product thumbnails vertical
– You can disable wishlist icon by disable YITH Wishlist plugin.
– You can hide quick view button by add custom css in JanStudio > Theme Option > General Layout > Custom CSS.product-button .btn-quickview { display: none;}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 20, 2017 at 1:10 am #10419In reply to: metaslider and layout
You can add custom css
.metaslider .flex-control-nav {
background: #fff;
bottom: 20px;
}
Change color #fff with your and 20.Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 20, 2017 at 12:03 am #10416In reply to: Double shop page
Hi,
1.Please add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.result-count-order { display: none;}
2. Go to JanStudio > Theme Option > WooCommerce > Product Listing Settings > Select layout Mansory > Enable Isotope + enable categories filter after that switch change select layout to grid.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 19, 2017 at 11:10 pm #10411In reply to: Double shop page
Hi
I was thinking … Is it possible to use the default shop page, but only replace the filter catalog for the one that I want? With some CSS?
thanks
September 19, 2017 at 7:01 pm #10391In reply to: Menu badge color
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.jas-menu li.hot > a:after {
background: #ff3e11;
}
.jas-menu li.sale > a:after {
background: #ffa800;
}
.jas-menu li.new > a:after {
background: #01bad4;
}And change color with yours.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 19, 2017 at 3:47 pm #10373In reply to: Contact Form problem
Hi,
You can fix by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
#wpcf7-f3863-p3035-o1 div.wpcf7-response-output { left: inherit; margin: 0; padding: 20px; position: inherit; top: inherit; transform: inherit; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 19, 2017 at 11:15 am #10365In reply to: login icon on mobile version
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.jas-my-account.hidden-xs { display: block; }
.jas-push-menu .jas-my-account.hidden-xs { display: none;}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results