Forum Replies Created
-
AuthorPosts
-
We are checking problem with sold out badge,.
The problem with order: did you change product status when the order in progress? If you change product status to out of stock when order in progress it have problem.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioYou can add custom css
@media only screen and (max-width: 480px) {
.pa-center .fs__30, .pa-center h3.fs__50 { font-size: 8px;}
}
To change button you add custom css
.widget_wysija_cont form .wysija-submit { background: #fff; color: #333; border: 1px solid #333;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
We fixed issue for you, this related to header height calculate wrong when you hide header top.
Regards,
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi @onyxdesign: can you check your site config, now i can’t access your site https://monosnap.com/file/QzcDTc15eccONcwxcIOaWCMKsKKorl#
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioI try account you send but can’t access.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi @onyxdesign can you send us your website link and temporary admin account as private reply we will take a look and help you solve.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioCan you take a time to help us rate for our theme 5 stars at https://themeforest.net/downloads that’s will help us in sale.
Thank you so much!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
This bug come from YITH plugin, we report them for along time but they didn’t fix. You can try our hot fix at https://www.dropbox.com/s/iid66e5lwrxke25/yith-woocommerce-popup.zip?dl=0
You can change color input field by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
::-webkit-input-placeholder {
color: #c1c1c1;
}
:-moz-placeholder {
color: #c1c1c1;
}
::-moz-placeholder {
color: #c1c1c1;
}
:-ms-input-placeholder {
color: #c1c1c1;
}Change “c1c1c1” with your color code.
Best regards!
-
This reply was modified 9 years, 5 months ago by
Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can change font for site in JanStudio > Theme Option > Typography or you can use @import to import google font in style.css of child theme
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 13, 2016 at 11:41 pm in reply to: Change product listing layout on mobile to 2 columns #1248Hi,
You can add custom css code
@media only screen and (max-width: 736px) {
.jas-col-xs-12 { flex-basis: 50%; max-width: 50%; }
}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
This reply was modified 9 years, 5 months ago by
-
AuthorPosts