Hi,
You can add custom css code in Claue > Theme Option > General Layout > Custom CSS
.swatch .swatch-item span {
height: 24px;
line-height: 24px;
width: 24px;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can remove blank between footer and content on any page by add custom css in Claue > Theme Option > General Layout > Custom CSS
.jas-page > div { margin: 0;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Thank you for choosing our theme.
1. You can change footer background in Claue > Theme Option > Color Scheme > Footer Color
2. For footer botom you can add custom css in Claue > Theme Option > General Layout > Custom CSS
.footer__bot { background: #fff; }
and change #fff with your color.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
I’m not sure who I should ask about this error that just popped up when trying to view my site right after adding some custom CSS suggested to me by a translator plugin author in the Custom CSS area of an Ajax translator plug in on my site.
“Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at b3993839521816.db.3839521.hostedresource.com:3307. This could mean your host’s database server is down.
Are you sure you have the correct username and password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?
If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.”
The guy that originally added these translations added them in a Chinese WordPress dashboard he added to my site…but till now it’s been working fine.
Thanks.
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
input[type=”submit”], button, a.button, .jas-ajax-load a {
border-radius: 4px;
}
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 for your site in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (min-width: 1366px) {
.product-image-flip {
height: 304px;
overflow: hidden;
}
}
@media only screen and (min-width: 1280px) {
.product-image-flip {
height: 279px;
overflow: hidden;
}
}
@media only screen and (min-width: 1024px) {
.product-image-flip {
height: 279px;
overflow: hidden;
}
}
@media only screen and (max-width: 800px) {
.product-image-flip {
height: 262px;
overflow: hidden;
}
}
@media only screen and (max-width: 480px) {
.product-image-flip {
height: 250px;
overflow: hidden;
}
}
@media only screen and (max-width: 414px) {
.product-image-flip {
height: 210px;
overflow: hidden;
}
}
@media only screen and (max-width: 375px) {
.product-image-flip {
height: 180px;
overflow: hidden;
}
}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
All of a sudden my Instagram section has the same problem. I added the custom css, but the pictures are not cut to fit in, only reduced to the “height” and it shows a white blank space between the posts.


Hi,
You can add custom css code
.pe-7s-shopbag::before {
content: "\e66e";
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please use the CSS code below
input { width: 100%; }
Hi,
You can hide this tab by add custom css
.wc-tabs .additional_information_tab, .wc-tabs #tab-additional_information {display: none !important;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio