-
AuthorSearch Results
-
August 31, 2017 at 11:22 am #9018
In reply to: Change default text color in product description
Hi,
You can change text color by add custom css in Claue > Theme Option > General Layout > Custom CSS
Change #878787 with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 30, 2017 at 11:47 pm #8987In reply to: Remove sidbar on mobile devises only
Hi,
You can add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.jas-wc-single .jas-col-md-3.first-md,.jas-wc .jas-col-md-3.first-md {display: none;}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 30, 2017 at 11:40 pm #8986In reply to: Instagram Section
Hi,
This issue because your images have different size.
you can add custom css in Claue > Theme Option > General Layout > Custom CSS
.jas-sc-instagram .item img {
height: 320px;
max-width: inherit;
width: auto;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 30, 2017 at 11:06 pm #8984In reply to: Color variations bubles missing in product list
Hi,
1. I help you display color swatches on product category by go to WooCommerce > MG OpenSwatch > Show swatch on list + below title
2. You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.p-item .zoom {
cursor: not-allowed;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 30, 2017 at 10:46 pm #8982In reply to: Theme Customisations
Hi,
It would be better if you send us screen shot for:
– How to center product titles in shop view and shortcodes?
– How to center the footer section headings?
– In the product shortcodes, how do I make the subheadings not be italic?4,5,6 You can add custom css in Claue > Theme Option > General Layout > Custom CSS
Change #fe9931 and #56cfe1 with your color code.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 30, 2017 at 2:28 pm #8957In reply to: Changing Badge Location
Hi,
You can add below code to functions.php in claue-child
and add custom css in Claue > Theme Option > General Layout > Custom CSS
.badge span {position: absolute;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 30, 2017 at 2:04 pm #8955In reply to: How to move slider up
could you give us temporary admin account as private reply, we will help you fix this. It because the default css of page builder.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 29, 2017 at 11:14 pm #8929Hi 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=janstudio -
AuthorSearch Results