-
AuthorSearch Results
-
March 16, 2017 at 3:52 pm #2417
In reply to: All Currencies Fashion 2
Hi
1,2, 8. You can follow our video to translate theme to your language https://www.youtube.com/watch?v=8rQkm1aGeas
3. You can hide wishlist, search, my account icon by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
.jas-action > .hidden-xs { display: none; }
4,5, 7. Can you attach screen shot here, not can’t open these screen shot
6. You can add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
.footer__top .jas-container .jas-row .jas-col-md-3:last-child .widget { float: right;}
9. Problem because your image don’t have same size the second image on your gallery shorter
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 16, 2017 at 2:55 pm #2413In reply to: All Currencies Fashion 2
This reply has been marked as private.March 15, 2017 at 7:20 am #2405In reply to: Blog box color
Hi,
You can add custom CSS
.inside-thumb a:not(.cg), .jas-blog-slider .post-thumbnail > div a, .inside-thumb { color: #fff !important; }
and change #fff with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 15, 2017 at 1:26 am #2398In reply to: Blog box color
You can hide author name by add custom css
.post-meta span.author { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 15, 2017 at 1:13 am #2396In reply to: Blog box color
Hi,
You can change this background color by add custom css in JanStudio > Theme Option > General Layout > Custom CSS.inside-thumb { background: rgba(0,0,0,0.95);}
change 0,0,0 as your RGB number and 0.95 as opacity of background from 0 to 1;
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 14, 2017 at 12:33 pm #2381Hi,
Thank you for purchase!
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.jas-push-menu-btn { position: relative; } .jas-push-menu-btn:after { content: "MENU"; position: absolute; left: 0; top: 0; font-size: 16px; } .jas-push-menu-btn img { display: none; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 11, 2017 at 9:15 pm #2362In reply to: Reduce white space after header on individual page.
Hi,
Sorry for late replyYou can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
1. Space on page
.jas-page > div {margin: 30px 0;}
2. Space on product detail page
.single .product {margin: 30px 0;}Best regards,
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 10, 2017 at 5:31 pm #2356In reply to: Change colors of Blog
Hi,
You can change black background by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
.inside-thumb, .jas-blog-slider .post-thumbnail > div { background: rgba(0,0,0,0.9); }
Change 0,0,0 as your RGB color and 0.9 as opacity of background from 0 – 1
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 10, 2017 at 12:54 am #2347In reply to: Disable hover effects on Woocommerce images
Hi,
You can disable hover effect by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.product-image > .db::before {display: none;}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 7, 2017 at 10:40 pm #2328In reply to: Contact Page: Error in Subscribe text at Footer
Hi,
1. Can you tell me the problem on which browser and which OS
2. You can reduce row height by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.shop_table th, .shop_table td { padding: 5px 10px;}
3. You can copy file orders.php from folder wp-content > plugins > woocommerce > templates > myaccount to gecko-child > woocomerce > myaccount to override code.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results