Hi Kalarit,
Google doesn’t have font name “Bariol”
You should convert this font to web font https://www.fontsquirrel.com/tools/webfont-generator and include file in claue-child and after that call font in css file.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
1. Please go to Appearance > Widget > WooCommerce Categories Menu Sidebar and remove widget in this
2. Please add below code to Claue > Theme Option > General Layout > Custom CSS
.result-count-order {
display: none;
}
.product-title {
font-size: 16px;
}
Change 16px as your number of font size you want
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Danet,
1. Please change button color in
Claue > Theme Option > Color Scheme > Primary color
2. Please add custom code in Claue > Theme Option > General Layout > Custom CSS
.jas-icon-cart .count { background: #222;}
Please change #222 to your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Adam,
You can hide the menu button on mobile by add custom css code in JanStudio > theme option > general layout > Custom CSS
@media only screen and (max-width: 767px) {
.jas-push-menu-btn { display: none;}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
I notice there is declared font face in Claue/Theme Options/General Layout/Custom CSS Style name Bariol. Although its working in Google Chrome(Im reffering in the description) but not in Mozilla firefox and IE. Can you please help us.
Note: For the meantime we use font-family Poppins in TablePress but we would like if Bariol to work on both platform also.
thanks,
Hi,
This issue cause by new version of WooCommerce.
Please add below code in Claue > Theme Option > General Layout > Custom CSS
.jas-container .sub-categories {margin-top: 0;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Nevita,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
#jas-header {
background-size: cover;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can hide related articles by add custom css code
.post-related.mt__50 {
display: none;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hello, in my web the space between the heading of the categories of product and the filters is greater than the one that comes out in your demos.
When the category includes other subcategories there is a small problem because the banners are combined with the filters.
Could it be fixed with some CSS code or functions.php?
I leave some screenshots where it looks better, thank you very much and sorry for my English from the google translator.
Attachments:
You must be
logged in to view attached files.
Hi Karen,
Please add custom code in Claue > Theme Option > General Layout > Custom CSS
.filter-trigger:after {
content: 'Filter by Category';
margin-left: 7px;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio