I know this has been hashed out before, but its my first time and its a nightmare. can not install this to word press theme 4.8. getting error “about the style css sheet…” so i installed claue zip and claue child zip file directly. that seemed to work, but it created 2 themes now of claue. one is called claue and the other called claue child. upon trying to set up further, i could not page layout isn’t available in settings ?? help. SUB FOLDER IS /slu but it wouldn’t let me put that in url
You can add custom css
.cart-collaterals .cart_totals {
float: none;
margin: 0 auto;
text-align: center;
}
.wc-proceed-to-checkout a {
float: none;
}
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 in Claue > Theme Option > General Layout > Custom CSS
.wizard > .actions > ul {
display: inline-block !important;
text-align: center;
}
.wizard > .actions > ul > li {
display: inline-block;
float: none;
margin: 0 0.5em;
}
.wizard > .actions > ul > li:nth-child(3) {
display: inline-block !important;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
You can hide menu by add custom css code
.woocommerce-checkout .jas-navigation { display: none;}
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 code
.jas-my-account ul li:nth-child(2) { display: none;}
Best regards
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 code
.flex.between-xs.middle-xs.price-review {
display: inline-block;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can remove logo by add custom code in Claue > Theme Option > General Layout > Custom CSS
.jas-branding { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Joy,
Sorry we miss you message.
You can add below code in JanStudio > Theme Option > General Layout > Custom CSS
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can remove overlay layer by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
.blog .page-head::before { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
We saw the link to undo action – http://take.ms/xFvPN
If you still want remove it, you can add custom code in Claue > Theme Option > General Layout > Custom CSS
.jas-wc-single .woocommerce-message {display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio