Forum Replies Created
-
AuthorPosts
-
Hi,
you can add custom css
.order-total .woocommerce-Price-amount.amount {
font-size: 14px;
}Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSorry, it is bug of our theme for this version, you can update to version 1.5.1 to fix this issue.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Thank you for choosing our theme.
I checked your site and saw you move code of page head out side #jas-content so it can’t display background.
Now you should revert your code to fix.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can use YITH Ajax Filter plugin
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
This function is issue if plugin color swatch, i told with plugin author and wait for them improve in future.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
you can add custom css code
.archive .page-head {
padding: 0;
position: relative;
}.archive .page-head h1 {
margin-top: 50px;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.form-row.form-row-wide.address-field {
float: right;
width: 49%;
}@media only screen and (max-width: 736px) {
.form-row.form-row-wide.address-field {
width: 100%;
}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
If you want display 2 product per row you should change to Colunms=”6″ and correct code is
I checked and saw it work on classic mode.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.product-image .product-btn .button:hover,
.product-image .product-btn .btn-quickview:hover {
color: #fff;
background: #222;
}and change #222 with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can use this css
.signup-newsletter-form input.submit-btn {
background: #222 !important;}
Change #222 with your color
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts