I tried it. But it didn’t make any change.. Also i tried extra css option in appearance -> customise-> extra css.. Using class name.. No change.. Could you please check it. I think i can makr some changes for other layout except menu. Its working. But i need some changes in menu bar. How should i do.. Please help
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
On mobile it doesn’t have state hover like on desktop.
It only way always show add to cart button above product image on category page by add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 1024px) {
.product-image .product-btn .button {
display: block;
}}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi there is it possible to show permanently the title and pricing on Metro category view?
I have tried this CSS but didn’t work for me when trying to publish.
====METRO CATEGORY VIEW========
.products.metro .product-info {
position: absolute;
left: 15px;
bottom: 15px;
z-index: 10;
opacity: 100;
visibility: visible!important;
background-color: #fff;
padding: 8px 8px 8px 8px;
}
.products.metro .product-info h3 a {
color: #000;
}

Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.product-image {
border: 1px solid #ddd;
}
.product-image:hover {
box-shadow: 0px 1px 7px #ccc;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please add code to Claue > Theme Option > General Layout > Custom CSS
.style-checkbox label {
border: 1px solid #e3e3e3;
}
and change #e3e3e3 to your color code.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
I see the code added in claue-child > style.css
.jas-banner h3 {
color: red !important;
}
Please change red with your color code.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Kenny,
1. Please add below code to Claue > Theme Option > General Layout > Custom CSS
.jas-portfolio .page-head {
display: none;
}
2. I’m sorry the portfolio not support Gutenberg, you can use gallery element of Elementor to build portfolio
3. Yes, the headẻ should be header layout-2.php
Please reply on this topic so we can track your issue and help you faster. I hard to read your email with more signature text.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
I see you added code in claue-child > style.css
.jas-banner h3 {
color: red !important;
}
Please change red to your color.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio