-
AuthorSearch Results
-
September 20, 2017 at 6:26 pm #10465
In 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=janstudioSeptember 19, 2017 at 11:09 am #10363In reply to: Change style of Products Attribute On hover
Hi,
1. You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.product-image .product-attr p {
color: #fff;
font-size: 14px;
}and chane #fff with your color and change 14 to your font size
2. It now only support add border for div wrap all attribute, not for single attribute

Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 19, 2017 at 12:12 am #10344In reply to: Instagram suddenly stopped showing square images
Is there no other solution?
When I add this custom css code the photos starts to appear with white borders. It’s not aesthetically good π
September 18, 2017 at 10:43 pm #10335In reply to: How t make the Products name More Blod
Hi,
1. You can add custom css in JanStudio > Theme Options > General Layout > Custom CSS
h1.product_title.entry-title { font-size: 20px; font-weight: bold;}
And change 20 with your number
2. I checked your site on my phone iphone 6 and 7+ on iOS 10.3.3 it still work well. could you tell me which device you have this issue?
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results