Hi Foster
Thanks a lot for your quick reply. It worked perfectly. How about the publishing date under the headline. Is there e possibility to deactivate that or do i have to do that with custom css too?
Cheers
-Andreas
Hi Andreas,
To disable it, please use this custom CSS code (Add in JanStudio / Theme Options / General / Custom CSS)
.portfolio-meta { display: none; }
– Foster
Hi,
1. You can go to WooCommerce > MG Open Swatch Option > Position > After title
http://take.ms/meXsg
2. We fix issue, now you can try update again
3. You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.single-product-thumbnail .slick-slide img { width: 100%;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
/*
Theme Name: Claue Child Theme
Theme URI: http://example.com/
Author: JanStudio
Author URI: http://example.com/
Description: This is child theme of Claue
Template: claue
Version: 1.0.0
*/
@import url(‘../claue/style.css’);
I’m trying to create a css child theme for claue but it’s not working. Did i miss something?
Hi Nanostad,
Thank you for choosing our theme.
Sorry for late reply.
You can change the text by add custom code in JanStudio > Theme Option > General Layout > Custom CSS
.product-category h2:before, .product-category h3:before {
content: “Shop now”;
}
and change “Shop now” as your text.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Thank you for purchase!
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.header__top {display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
you can hide these icons on header top by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.jas-action {
display: none;
}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
You mean the image thumb on mobile? It because you fix size of image on desktop.
You can add custom css to fix thumb on mobile
@media only screen and (max-width: 414px) {
.product-image {
height: 150px;
}
}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add custom css
@media only screen and (max-width: 800px) {
.retina-logo { max-height: 150px; width: auto;}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Thank you for purchase.
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.product-image {
height: 150px;
overflow: hidden;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio