-
AuthorSearch Results
-
August 10, 2017 at 8:53 pm #8046
In reply to: Display star rating on category page
Hi,
You can use this custom CSS code, change the number of “order”.
August 10, 2017 at 3:53 pm #8023In reply to: issues with the theme
Sorry i miss this case.
You can change body background color by add custom css in Claue > Theme Option > General Layout > Custom CSS
body { background-color: #fff;}
Change #fff with your color.
We will fix issue in theme option in the next update.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 10, 2017 at 11:36 am #8004In reply to: Spacing issue on sentence
Hi
you can add custom css code
@media only screen and (min-width: 768px) {
.product .jas-row .jas-col-md-7, .product .jas-row .jas-col-md-5 {flex-basis: 50%; max-width: 50%;}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 10, 2017 at 10:58 am #8002In reply to: Currency switcher
Hi,
You can fix by add custom css
@media only screen and (max-width: 1024px) {
.header__top .jas-col-md-4.jas-col-sm-2.hidden-sm.hidden-xs { display: block; text-align: center;}
.header__top .jas-col-md-4.jas-col-sm-2.hidden-sm.hidden-xs .header-text {margin-right: 0;}}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 10, 2017 at 12:43 am #7965In reply to: issues with the theme
Hi,
You can add custom css code in Claue > Theme Option > General Layout > Custom CSS
.post-type-archive-product .shop-top-sidebar, .post-type-archive-product .filter-trigger { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 9, 2017 at 11:51 pm #7957In reply to: Add to cart button in product listing page
Hi,
you can add below code in Claue > Theme Option > General Layout > Custom CSS
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 9, 2017 at 10:44 pm #7953In reply to: Column switcher issue
Hi,
1. We’re sorry because issue. The infinite scroll and loadmore effect get layout config of default setting in Theme Option > WooCommerce > Product Listing Settings > Number of column, it work after window loaded. The switcher column use ajax action to change class of element it second action and don’t refresh window so infinite scroll keep old layout
2. You can add custom css code in Theme Option > General Layout > Custom CSS
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 9, 2017 at 6:42 pm #7937In reply to: About Filter
Hi,
You can add custom css in Theme option > General Layout > Custom CSS
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 9, 2017 at 4:19 pm #7922In reply to: Like button position
Hi,
Thank you for report the issue.
You can fix by add custom css in Claue > Theme Option > General Layout > Custom CSS
form.cart {
width: 100%;
}
.cart .yith-wcwl-add-to-wishlist,
.cart.variations_form .yith-wcwl-add-to-wishlist {
right: 0;
}
.single_add_to_cart_button {
width: calc(100% – 175px);
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 9, 2017 at 9:10 am #7912In reply to: Reorganizing the Add to cart button
Hi,
We move code in claue-child > style.css
You can edit in appearance > editor
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results