-
AuthorSearch Results
-
May 17, 2017 at 9:07 am #4157
Thank for your kind words.
Sorry for late reply.
You can reduce space between categories by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.jas-sc-wc-categories [class*=”jas-col-“] { padding-left: 0; padding-right: 0; margin-bottom: 0;}
Hope you love our theme and consider give us good review at https://themeforest.net/downloads. We really appreciate.
Thanks & best regards.
-
This reply was modified 7 years, 10 months ago by
Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 17, 2017 at 8:48 am #4154In reply to: Ajustes Para Loja
Hi Gleilson,
Thank you for purchase!
1. If you want make a fill button it will apply the background for both button. You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.jas-promotion a.button { background: #ff0074 none repeat scroll 0 0; border-color: #ff0074; color: #fff; font-size: 14px; }
2. You can remove social link on menu by go to Claue > Theme Option > Social Network > Remove All
3. You can change color of widget title on footer by add custom css Claue > Theme Option > General Layout > Custom CSS
.footer__top h3.widget-title { color: #fff;}
change #fff as you want
4. You can change pre-loader color by add custom css
.preloader .progress { background: #56cfe1;}
change #fff as you want
5. You can remove it by go to WooCommerce > Settings > Products > Display > Shop page display > Select show only products
https://monosnap.com/file/iaq14Q7EtjHjMCHyf1l3FtimUp4GG5#
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 17, 2017 at 1:54 am #4137In reply to: Responsive Problem in Footer
thank you for the fast reply.
I added your code to the custom css and saved the changes but still the same issue with the footer. any other idea?
Attachments:
You must be logged in to view attached files.May 17, 2017 at 12:13 am #4123In reply to: Responsive Problem in Footer
Hi,
You can add custom css in JanStudio > Them Option > General Layout > Custom CSS
@media only screen and (min-width: 1200px) { .footer__top.jas-container { padding: 0 20px;} }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 17, 2017 at 12:03 am #4122In reply to: Edit "side" menu and popout field
Hi,
1. For the cart icon you can change by add custom css code in Claue > Theme Option > General Layout > Custom CSS
.jas-icon-cart .cart-contents { url(“paper.gif”) 0 0 no-repeat;}
.jas-icon-cart .cart-contents i { display: none;}
change “paper.gif”with your image and path to the image
2. You can change search popup background to white by add custom css
.header__search { background: rgba(255,255,255,0.95);}
.header__search input[type=”text”] { border-bottom-color: (0,0,0,0.1); color: #222;}
#sf-close {color: #222;}
3. You can hide my account icon by add custom css
.jas-my-account { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 16, 2017 at 5:50 pm #4089In reply to: Quick Shop
Hi Believe,
You can hide quickshop by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.btn-quickview { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 16, 2017 at 3:29 pm #4086In reply to: how hide this?
Hi,
You can hide filter icon and sort list by add custom css in Claue > Theme Options > General Layout > Custom CSS
.result-count-order .filter-trigger, .result-count-order .woocommerce-ordering { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 15, 2017 at 10:10 pm #4062In reply to: List products or categories in metro style
Thank You!
So then i have to buid it up one by one with custom CSS in “Promotional Banner”?
Is it any way to get products or categories to get listed in metro style automaticly when i add them in woo commerce?
May 15, 2017 at 9:13 pm #4056Hi there,
I can’t login to your admin with attach account, could you please send me the correct account? Or please remove this custom CSS code http://take.ms/uOR8H it’s global CSS class, please don’t write anything like that
– Foster
May 15, 2017 at 9:24 am #4036In reply to: Header size
Hi,
1. You can reduce height of header by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
.jas-menu > li > a { line-height: 60px;}
.jas-branding { padding: 12px 0 13px; }
2. If you use gecko-child you can add a div in header layout you’re using without lose when update parent theme
3. You can remove bar by add custom css code
.result-count-order { display: none; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
This reply was modified 7 years, 10 months ago by
-
AuthorSearch Results