Hi,
You fix these issue by add custom css in Claue > Theme Option > General Layout > Custom CSS
.portfolio-meta { display: none;}
.widget .woocommerce-product-search,
.widget .search-form {
display: inline-block;
}
input[type=”search”] {
-webkit-appearance: textfield;
border: none;
height: 40px;
line-height: 36px;
border-radius: 40px;
padding: 0;
margin-left: 15px;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add custom css
.product-image .yith-wcwl-add-button a {
opacity: 1;
visibility: visible;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can fix this by add custom css code
@media only screen and (max-width: 414px) {
.vc_column-inner.vc_custom_1509740873131 {
padding-top: 30px !important;
padding-right: 10px !important;
padding-bottom: 0px !important;
padding-left: 10px !important;
}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Chào bạn,
1. Bạn có thể fix bằng cách thêm đoạn css sau vào Claue > Theme Option > General Layout > Custom CSS
.result-count-order .flex {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
2. Bạn thêm đoạn custom css sau
.widget_price_filter .ui-slider-horizontal {
width: calc(100% – 30px);
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Please add custom css
@media screen and (max-width: 800px) {
.product-btn {background: none;}
}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Thank you for more details information, we saw the issue. Now can fix by add below code to Claue > Theme Option > General Layout > Custom CSS
.jas-carousel { transition: none;}
Could you please help us reply on this topic don’t reply email so our team member can easy to track your issue.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can fix by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.translator-dropdown-container.translator-dropdown-container-custom { z-index: 99 !important;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
To make the font light or thin please change the font-weight to 100,200,300 … To make the font italic, please add new CSS code
font-style: itatlic;
About the promo text, you mean you want to change this text?

It’s done, you can refer the custom CSS in JanStudio theme options.
Cheers,
Foster