I just need a css code, to make the modal window fixed to block the scroll?
Hi Girdhari,
You want add background color for only homepage-frontpage or for all page?
If you add background for only homepage please use below code
body.home { background: #fff;}
if you change background for all pages please use below code
body { background: #fff;}
You can add this code to style.css in claue-child or add in Dashboard > claue > 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
How can I remove the post excerpts from the post category pages?
http://delatique.com/eventos/
I would like to make this change via the html and not via css please. I just want to have the titles. and the featured image.
Many thanks,
Hmm. something seems to be wrong.
I dont have none of both css and it dont show any more prices below products.
Can you help me?
What I want is only the regular and discount price in one line below product.
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.price-review .woocommerce-product-rating {
margin-bottom: 10px;
}
.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,
Possible to have a css code for the modal make it fix
Because when I scroll, the modal moves, fix the modal?
I’m talking about the modal window of the ARMember plugin?
Is there an update of the template?
Thanks
Hi,
This issue because you’re using .png photo. please add below code in Claue > Theme Option > General Layout > Custom CSS to fix
.single-product-thumbnail .slick-slide img {
background: #fff;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
have to come back to this, because this CSS vanish all price information.
I want to have the first line with regular and sale price, but not the second price line with the base price index.
Hi,
Sorry for late reply.
This issue related to new version of WooCommerce 3.3.0 we wait for next update version.
You can temporary fix by add custom css in Claue > Theme Option > General Layout > Custom CSS
.archive .sub-categories { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please use the custom CSS below
#jas-backtop { display: none !important; }
Cheers,
Foster