-
AuthorSearch Results
-
June 6, 2017 at 8:51 pm #5123
In reply to: Disable Quick Shop
Hi,
Just add this custom CSS in Theme Option / General / Custom CSS
.product-image > .db:before, .btn-quickview { display: none !important; }
– Foster
June 6, 2017 at 5:23 pm #5103Hello Anwhelan,
Thank you for purchase!
You can check background under Store Information by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.our-store {
background: rgba(181, 150, 119, 0.8);
}You can change 181, 150, 119 as your RGB color and 0.8 as opacity of color from 0.0 – 1.0.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can add custom css in Theme Option > General Layout > Custom CSS
.inside-thumb { text-align: left; color: grey;}
.inside-thumb a:not(.cg), .jas-blog-slider .post-thumbnail > div a {color: white;}Change color as you want.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioThe Title is very small and white. can i have the option to increase, change color and choose the place, as you did a CSS for the meta slider.??
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioPerfect, black line disapered, but the Title disapered too. I want to continue the title inside the image,without the black big line.
Can you resend a new CSS for it???
Alexandre
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 5, 2017 at 10:41 am #5043In reply to: How to change "add to cart" size and text
Hi,
To change color of button, please navigate to Claue theme option and open Color Scheme section.
To change the text, you can install Loco Translate plugin to do it, Please refer this article http://support.janstudio.net/forums/topic/theme-translation/
Last issue (big button) please add this custom CSS code in Claue Theme Option
button.single_add_to_cart_button { width: 100%; }
June 3, 2017 at 1:25 pm #4975In reply to: Theme Translation
Hi,
Sorry for late reply.
You can add custom code in Claue > Theme Option > General Layout > Custom CSS to translate Promo Text
html[lang=”pt-PT”] .header__top .center-md.end-sm .header-text,
html[lang=”es-ES”] .header__top .center-md.end-sm .header-text {
position: relative;
text-indent: -999em;
}
html[lang=”pt-PT”] .header__top .center-md.end-sm .header-text:after,
html[lang=”es-ES”] .header__top .center-md.end-sm .header-text:after {
position: absolute;
top: 0;
left: 0;
text-indent: 0;
width: 100%;
text-align: center;
}html[lang=”pt-PT”] .header__top .center-md.end-sm .header-text:after { content:’the text you want replace in Portugese’;}
html[lang=”es-ES”] .header__top .center-md.end-sm .header-text:after { content:’the text you want replace in Spain’;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioIf you don’t want change blog layout to 2 cols you should change the image bigger.
You can remove black bar by add custom css in Claue > Theme Option > General Layout > Custom CSS
.inside-thumb { display: none;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 3, 2017 at 12:46 am #4948In reply to: Editing product pricing
You can edit product price by open General tab when edit product https://monosnap.com/file/PbVq8wgzZBkCpC7PFfrTHm5wLmJ6N7#
You can remove badge by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.badge span { display: none;}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 2, 2017 at 10:54 pm #4933In reply to: quick view
I check and saw you lost close tag of css “}” on the last like, it cause your custom code not work well, i help you add close tag.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results