-
AuthorSearch Results
-
August 29, 2017 at 11:14 pm #8929
Hi Rene’,
1. If you want to change text in drop-down you can add custom css
.variations .value select {
color: #414141;
}2. The problem with plugin because you don’t enable option in WooCommerce > MG OpenSwatch Option http://janstudio.net/gecko/document/#product-attributes and in product you don’t enable OpenSwatch http://janstudio.net/gecko/document/#product-swatch
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 29, 2017 at 8:57 pm #8909In reply to: COLUMNS – WOOCOMMERCE PRODUCTS WIDGET
This reply has been marked as private.August 29, 2017 at 6:54 pm #8885Hi,
You can add custom css
@media only screen and (min-width: 736px) {
.products .jas-col-xs-6 {
flex-basis: 100%;
max-width: 100%;
width: 100%;
}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 29, 2017 at 2:19 pm #8876Hi,
You can change text by add custom css in Claue > Theme Option > General Layout > Custom CSS
.header__top .header-text {
font-size: 14px;
color: #878787;
}You can change 14 with your site and #878787 with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 29, 2017 at 10:18 am #8871In reply to: COLUMNS – WOOCOMMERCE PRODUCTS WIDGET
Hi,
You can add custom code in Claue > Theme Option > General Layout > Custom CSS
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 29, 2017 at 9:56 am #8868In reply to: Header filter
Hi Archivio85,
You can remove background overlay page head by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.page-head::before {
background: transparent;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 29, 2017 at 9:27 am #8864Hi Rene’,
Sorry for late reply.
1. You can change icon stronger by add custom css
.p-video a i {font-weight: bold}
2. No, you don’t need reload backup, please send me what you want. I will help you fix. The link to download plugin will display on top if you deactivate or not install
3. Thanks, we love chocolate but Hanoi now hot, it around 30 degree Celsius, you can send me other or send me in Winter on December it around 15 degree Celsius
Thanks 🙂
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 28, 2017 at 10:54 pm #8852In reply to: Pagination clashes with products
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom
.jas-sc-products .slick-dots {
bottom: -25px;
}Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 28, 2017 at 9:53 am #8830Hi Rene’,
1. I help you fixed issue with page-head background and page size content on large screen
2. Please activate plugin OpenSwatch for Toyfabrik to have option show image color instead of text
3. You can add custom css
.p-video a { border-color: red !important;}
.p-video a i {color: red !important;}
.p-video a:hover { background: red !important;}
.p-video a:hover i {color: white !important;}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 27, 2017 at 10:33 pm #8824In reply to: sticky header
Sorry for late reply,
You can change stick header background color by add custom css in Claue > Theme Option > General Layout > Custom CSS
.header-sticky .header__mid {
background: #fff;
}
.jas-menu > li > a,
.jas-menu ul li a {
font-family: “poppins”;
}change #fff with your color and Poppins with your font name.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results