Hi,
You can add custom css
.single-product-thumbnail .p-thumb:hover .slick-arrow { display: none !important; opacity: 0;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Caroline,
You can remove the text by add custom css
.page-head h1 {display: none;}
.page-head p {display: none;}
.page-head .jas-breadcrumb {display: none;}
If you want remove page title you edit this page scroll down to Page Layout Option > Enable Page title > Off.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can make this layout by follow the steps:
1. Go to Theme option > Blog and follow this screen shot

2. Add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.jas-blog .jas-masonry .inside-thumb {
left: 0;
right: 0;
bottom: 0;
padding: 20px 15px;
position: relative;
background: none;
color: #4d5959;
}
.jas-blog .jas-masonry .inside-thumb .post-title a, .jas-blog .jas-masonry .inside-thumb a:not(.cg) { color: #4d5959;}
.jas-blog .inside-thumb .post-meta span:not(.cat) { display: none;}
article.post { margin-bottom: 60px;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Lorry,
You can get rid of grey overlay header banner by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.page-head::before {
background: none;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Our Header Pictures in our Blog posts have a grey filter or grey tone. Can you tell us how to get rid of that? CSS?
thanks

Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.header-5 .jas-branding {
padding: 15px 0 10px;
}
and change 15 and 10 with your number.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
1. Now our site still run well on PHP 7.0.
Which plugin you check for compatible php version. I checked with PHP Compatibility Checker it work well

2. You can change page header background color by add custom css in Claue > Theme Option > General Layout > Custom CSS
.page-head::before {
background: rgba(0, 0, 0, .5);
}
Or you upload featured image for page, blog post to display background image like our demo http://janstudio.net/claue/demo/spring-summer-trending-2017/
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can use css
.single-post .page-head {padding: 100px 0;}
.single-post .page-head .jas-container {display: none;}
You can increase 100 to number as you want
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hello,
How can delete the header picture and the text in the “about us” page? Do you have the CSS?
thanks

Hello,
How can delete the header picture and the text in the “check out” page? Do you have the CSS?
thanks
