-
AuthorSearch Results
-
If the font stay in the public html this css code will not effect?
Rahim Vaziri
CEO & Founder at Look.irHi Rahim,
Please try move fonts to child theme and update path.
On checkout page please add css
.product-quantity, .quantity {font-family: 'IRANSans',sans-serif}Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHarry,
The font is in a folder in public html and it’s called in the style.css in the child theme! ( AceIDE is installed, you can check )
All parts of the site has this font and there is no problem. Only this numbers have not get the font!
Rahim Vaziri
CEO & Founder at Look.irHi Rahim,
How you include font to your site. Did you put font to child theme and call font face in style.css?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 6, 2018 at 9:24 am #15769Hi,
Please add custom css code in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (min-width: 1024px) { .single-product .woocommerce-message, .single-product .woocommerce-error { margin-left: 350px; width: calc(100% - 350px); } }Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 5, 2018 at 9:45 pm #15757In reply to: Change icon
Hi,
1. Could you tell us which header layout you’re using?
2. Please add custom CSS code in JanStudio > Theme Option > General Layout > Custom CSS
.jas-icon-cart .count { background: red;}
3. Please follow this topic to translate text in search field and “hot”, “sale” http://support.janstudio.net/forums/topic/theme-translation/
4. If you want to change badge on menu, please add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
html[lang="de-DE"] .jas-menu li.hot > a:after { content: 'Hot'; } html[lang="de-DE"] .jas-menu li.sale > a:after { content: 'Sale'; } html[lang="de-DE"] .jas-menu li.new > a:after { content: 'New'; }And change Hot, Sale, New as you want.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 5, 2018 at 1:32 pm #15747In reply to: remove slideshow from mobile version
Hi,
Yes, you can remove slider only on mobile by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.metaslider { display: none;}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 5, 2018 at 1:30 pm #15746In reply to: We have several errors in our log files?
Hi.
Please add below code to JanStudio > Theme Option > General Layout > Custom CSS and edit element contain custom background http://take.ms/UpM1D remove space between block on mobile
@media only screen and (max-width: 736px) {
.vc_row [class*=”vc_col-“]:not(:last-child) {
margin-bottom: 0;
}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 5, 2018 at 4:14 am #15743Thanks, that helped for the single product page.
There still seems to be the same issue on the shop page, as well as the cart page.
Also, it needs to have better CSS designed for Header Layout 5 (left-side nav menu).
Currently on desktop screens, the error message gets blocked by the Header Layout 5 navigation menu sidebar’s background color. So maybe the error message could move to the right and not be full-width, just for that header menu layout on desktop screens.
Thanks!
January 5, 2018 at 2:18 am #15739Hi,
Please add custom code in Claue > Theme option > General Layout > Custom CSS
.single-product .woocommerce-message, .single-product .woocommerce-error { text-align: center; } .single-product .jas-wc-single .woocommerce-message + .woocommerce-message, .single-product .woocommerce-error + .woocommerce-error, .single-product .jas-wc-single .woocommerce-error li + li { display: none; } .single-product .jas-wc-single .woocommerce-message, .single-product .jas-wc-single .woocommerce-error { display: none; }We happy if you purchase for extend support at https://themeforest.net/downloads
Thank and have a nice day!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results