-
AuthorSearch Results
-
October 5, 2017 at 6:31 pm #11329
Hi,
Thank you for choosing our theme.
1. You can hide image and title category page by add custom css in Claue > Theme Option > General Layout > Custom CSS
.archive .page-head { display: none;}
2. You can remove second menu on shop page by go to Appearance > widgets > WooCommerce Categories Menu Sidebar > remove the widget included.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 5, 2017 at 5:17 pm #11321In reply to: Catalog mode doesn't works
Hi,
1. You can hide this button by deactivate plugin WPA Product Bundle plugin
2. You can hide price by add custom css code in Claue > Theme Option > General Layout > Custom CSS
.price { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 5, 2017 at 4:20 pm #11319In reply to: Add to Cart button looks off (unaligned)
Could you try add custom css
.single-product div.product form.cart .quantity input { width: calc(100% – 20px);}
I’m not sure with the issue. Because now i don’t have a device run on old iOS 9.3.5
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 4, 2017 at 11:08 pm #11271In reply to: Vendor store page not correct
Hi,
I checked your site and saw you change the layout of Vendor Store page
Could you revert your code and add custom css to fix issue with style of Vendor Store page
.dokan-theme-claue .woocommerce-breadcrumb {
background: #f6f6f8;
padding: 20px 30px;
margin-bottom: 30px;
}
.dokan-store-sidebar {
padding-left: 30px;
}
.dokan-single-store {
padding-right: 30px;
}
.dokan-widget-area > li {
list-style-type: none;
}
.dokan-widget-area h2.widgettitle {
font-size: 20px;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 4, 2017 at 6:12 pm #11257In reply to: Remove Button on Minicart
Hi,
Thank you for choosing our theme.
1. WooCommerce only support calculate shipping on shopping cart http://take.ms/LrPRa
2. You can hide checkout button on minicart by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
.woocommerce-mini-cart__buttons .button.checkout { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 4, 2017 at 2:52 pm #11245In reply to: Add to Cart button looks off (unaligned)
Hi,
You can add more custom css
.single-product div.product .stripe-enabled form.cart .quantity input { width: calc(100% – 20px);}
.entry-summary .single_add_to_cart_button { white-space: nowrap;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 4, 2017 at 1:37 am #11208In reply to: Currency switcher flags
I help you changed short code and unminify js/cs/html of autoptimize and reminify js/css/html again. it now work well on your site.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 3, 2017 at 11:30 pm #11202In reply to: How to get height of header bigger
Hi Harry,
Good I showed you what I had done.
With your new css everything is working perfect now and looks good, this is resolved.
Your support is really great, thank you very much for your help.
Have a nice evening,
Best regards,
Marjolein
October 3, 2017 at 10:54 pm #11201In reply to: How to get height of header bigger
Hi Marjolein,
Sorry the prev code not correct.
You can use custom css in Claue > Theme Option > General Layout > Custom CSS
.page-head { padding: 100px 0; }
.page-head h1 {
font-size: 30px;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 3, 2017 at 10:26 pm #11198In reply to: How to get height of header bigger
Hi Foster,
Thanks for answering me so quick, i think it’s late in your time.
Sorry in the mean time I could find it. I left the 0 and add height: and it works.
instead of .page-head { 100px 0; } I did put .page-head { height: 100px ; }
(I did change de number 100px in 600px).
But I think I need to get bigger the letters of tittle.
Have I to use for that Loco translate or somewhere else or css ?
Cheers,
Marjolein
-
AuthorSearch Results