-
AuthorSearch Results
-
August 15, 2017 at 3:03 am #8291
In reply to: Design options not saving
Thank you for the coding….I added it to the Custom CSS space and changed the color code but the changes didn’t apply.
August 15, 2017 at 2:56 am #8290In reply to: icons with text
Thanks for the fast response! I got my icons, but the CSS code for the top bar and social icons didn’t work. Nothing changed with the code.
August 15, 2017 at 12:46 am #8284In reply to: icons with text
Hi,
Thank you for choosing our theme and your kind words.
1. You can use font icon with class at http://fontawesome.io/cheatsheet/ follow this screen shot to add icon
2,3 You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.jas-socials a {
height: 24px;
line-height: 22px;
margin: 0 3px;
width: 24px;
}
.header__top .jas-socials {
line-height: 36px;
}
.header__top { background: #3e3e3e;}.jas-socials a.facebook:hover { color: #3B5998;}
.jas-socials a.instagram:hover { color: #3B5998;}Change #3e3e3e and #3B5998 with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 14, 2017 at 4:53 pm #8259In reply to: Add to Cart issue and Currencies issue
Hi,
Sorry we miss this message from you. You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS to fix
.product-button {
position: inherit;
transform: translateY(0);
margin-top: 15px;
}.product-image .product-button > * {
transform: scale(1);
opacity: 1;
}Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 14, 2017 at 9:37 am #8241In reply to: Extra content doesn't work
Hi,
The extra content doesn’t support you add
and tag it only support normal html
You can use this plugin to add script code https://wordpress.org/plugins/insert-headers-and-footers/
and add css in Claue > Theme Option > General Layout > Custom CSS (without
tag
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 14, 2017 at 9:11 am #8240In reply to: Extra content doesn't work
This reply has been marked as private.August 13, 2017 at 11:45 pm #8234In reply to: Add to cart button in product listing page
Hi,
1. You can add custom css in Claue> Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.btn-quickview { text-indent: 0; font-size: 14px !important;}
}2. Sorry the add to cart effect need more change. We are so busy can’t help you do it. You can hire some freelancer to help you do it https://studio.envato.com/
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 13, 2017 at 4:47 pm #8227In reply to: Adding to cart time
Hi,
Sorry because miss your message.
1. I checked your site, you’re using old version. You can update to latest version to improve add to cart time.
2. You can hide message by add custom css code in Claue > Theme Option > General Layout > Custom CSS
.jas-wc-single .woocommerce-message { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 13, 2017 at 2:24 pm #8221In reply to: Padding tweak on product detail
Hi,
Please use this custom CSS code
Cheers,
FosterAugust 13, 2017 at 11:26 am #8212In reply to: Woocommerce text and colors
Hi,
I have fixed this problem for you, please check. The problem caused by Pricing table VC addon, it used a global CSS class to make style http://take.ms/PTV48
Best regards,
Foster
-
AuthorSearch Results