I helped you:
- Fix search box on menu
- Add date publish post
- Limit excerpt you can change number in claue-child > functions.php line 92.
You can add line separate article by add custom css in Claue > Theme Option > General Layout > Custom CSS
article.post { margin-bottom: 50px; padding-bottom: 30px; border-bottom: 1px solid #ddd;}
article.post .jas-col-md-4 { padding-left: 0;}
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
.post-info .post-author, .post-info .post-time { 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 in Claue > Theme Option > General Layout > Custom CSS
.product .jas-col-sm-7 { flex-basis: 58.333%; max-width: 58.333%; }
.product .jas-col-sm-5 { flex-basis: 41.666%; max-width: 41.666%; }
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
.jas-action .jas-my-account, .jas-action .jas-icon-cart { display: none;}
In future if you want display these function you only need remove this code.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please add this custom CSS into Theme options / General / Custom CSS
Cheers,
Foster
Hi there,
Thank you for choosing our theme.
You can add custom code in JanStudio > Theme Option > General Layout > Custom CSS
You need change en-US to your language https://monosnap.com/file/G9GsuOTRQIWhquFMs8ji4lAbvhD28b#.
If the issue still please send us your site url and admin account as private reply we will help you do it.
Thanks & best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Axel,
Thank you for choosing our theme.
You can add custom code in JanStudio > Theme Option > General Layout > Custom CSS
.product-image:hover .product-button > *,
.product-image:hover .db:before {
display: none;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
I configure my theme to show 12 products per page and for some reason, on some pages, I only see 11 or 10 products even if there are more products to be shown. A few examples:
http://www.justlive.com/product-category/women/page/4/ 11 showing
http://www.justlive.com/product-category/women/page/6/ 11 showing
http://www.justlive.com/product-category/women/page/8/ 10 showing
I could not find any logic behind it. It just happens on some pages, but always the same ones. I checked the source code and the divs are really missing so it’s not a css glitch.
Please help me figure this out.
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
#order_review {background: #fff;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
You can show stars rating on category (product listing) page by add below code in functions.php in claue-child
After that add below code to style.css in claue-child
.products .product-info .star-rating { float: left;}
.products .product-info .star-rating + .price { display: inline-block; width: 100%;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio