Hi,
If you want change to your please go to JanStudio > Theme Option > Header and upload retina logo.
If you want disable logo please add below code to JanStudio > Theme Option > General Layout > Custom CSS
.jas-branding {
display: none;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Eli,
1. Please go to Appearance > Widgets > WooCommerce Categories Menu Sidebar and remove Product Categories widget
2. Please go to Claue > Theme OPtion > WooCommerce> General Setting > Page Tittle > Off
3. Please add below code to Claue > Theme Option > General Layout > Custom CSS
.product-category h2, .jas-banner h3 {
background: rgba(255,255,255, 0.5);
}
255,255,255 as rgb color and 0.5 as opacity from 0.0-1.0
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
I would like to show the product category in 2 columns in Mobile phone screen in the Home main page. By default the theme is responsable so the product categories are shown too big. Please see screenshot attached
I tried the following CSS code :
@media only screen and (max-width: 768px){
div.jas-sc-wc-categories {
width: 48%;
float: left;
}
}
However, I got 2 columns but something wrong because the size is good but the product category is still in one column. Please see screenshot attached
Please can you let me know what I need to do to fix this ?
Thanks
Attachments:
You must be
logged in to view attached files.
Hi,
1. This issue cause by plugin WooLentor – WooCommerce Elementor Addons + Builder when i deactivate the product image work
2. I’m sorry it default of WooCommerce and can’t show only sale price on shop page
3. Please add below code to claue > theme option > general layout > custom css
.jas-wc-single .badge span {
display: none;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
thank you, css about product title works properly.
In listing blog custom ccs doesn’t work, please see attached jpg
in single blog page header – css hide comments but not date: if it’s possibile I’d like to show just the title
Attachments:
You must be
logged in to view attached files.
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.term-description, .term-description * {
visibility: hidden;
height: auto;
margin: 0;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Thank for your idea.
Please use below code to Claue > Theme Option > General Layout > Custom CSS
h3.product-title {
font-weight: 500;
font-size: 14px;
}
.post-author, .post-time{
display: none;
}
.page-head .jas-container .pr.mt__10 {display: none}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Kabum,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.woocommerce div.product.elementor .star-rating {
margin-left: 0;
}
Kind 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
.woocommerce-pagination {
margin: 60px auto 0;
}
.term-description {
display: inline-block;
height: auto;
margin: 10px auto;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.swatch__value {
width: 40px;
height: 40px;
line-height: 42px;
}
Btw, your support expired. Please renew at https://themeforest.net/downloads.
Thank and regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio