also tried this css code but still no change.
Hi Adam,
With this product layout you should have about 3 product images and over. If your product have only one image we recommend use layout 1 or layout 3
and please try this css
.single-product-thumbnail.woocommerce-product-gallery {
background-color: #d6d8d7;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Adam,
Please add below code in JanStudio > Theme Option > General Layout > Custom CSS
html[lang="de-DE"] .jas-menu li.hot > a:after {
content: 'HOT';
}
html[lang="de-DE"] .jas-menu li.sale > a:after {
content: 'SALE';
}
html[lang="de-DE"] .jas-menu li.new > a:after {
content: 'NEW';
}
And change texts “HOT, SALE, NEW” to your language.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Adam,
Please add below code to JanStudio > Theme Option > General Layout > Custom CSS
.product-button {
flex-flow: column;
}
.product-button.flex > * {
margin: 0 auto 10px !important;
height: 36px;
width: calc(100% - 30px);
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
nr. 1 didnt have brought any change.
nr. 2: Silder text is now finished. looking forward to CSS Code for better view in smartphone mode
thats what tried to explain: I have put the text into CSS field like described.
But it doent show up.
Maybe any CSS code is preventing this as we disabled e.g. the SALE Badge for products?
how can I get a background behind each product image like you have in Gecko demo organic store?
I tried this CSS, but didnt work:
.woocommerce #main {
background-color: #d6d8d7;
background-image: none;
}
Hi Adam,
Please follow our document at http://janstudio.net/gecko/document/#menu-badge and please put text in CSS Class Field as lowercase.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS to fix
.widget .search-form label,
.widget .woocommerce-product-search .search-field {
margin-left: 0;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
couldnt find info in forum so I ask you.
For Menu Shop I have put in “NEW” in CSS field. But it dont appear.