-
AuthorSearch Results
-
March 17, 2017 at 4:07 am #2438
Topic: Edit elements only for mobile
in forum Gecko
knotoParticipantHello,
How can I edit the following elements for mobile version only?

For example in this case, how can I set the scale of the image and size of the text only for mobile?

And here, where can I edit the css to control the text and image scale?
Thanks!
March 17, 2017 at 12:33 am #2432In reply to: All Currencies Fashion 2
4. You need to know PHP to follow this article http://wpbeaches.com/remove-address-fields-in-woocommerce-checkout/ to add code to your child theme or you have to buy this plugin https://woocommerce.com/products/woocommerce-checkout-field-editor/?ref=7
5. Sorry can you explain more clear i don’t understand. You mean the menu doesn’t in a line?
6.7. If you know CSS you can adjust alignment of these block by add custom CSS code in JanStudio > Theme Option > General Layout > Custom CSS
We don’t recommend edit file in theme because in future you update theme your code will lost, you should do your custom code in child theme or in JanStudio > Theme Option > General Layout > Custom CSS
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 16, 2017 at 11:46 pm #2428In reply to: All Currencies Fashion 2
Harry your support excellent
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 +++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;}
Not worked, It is frame
<iframe src=”https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FIBiZA.Odessa%2F%3Ffref%3Dts&tabs=timeline&width=200&height=244&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId” width=”200″ height=”244″ style=”border:none;overflow:hidden” scrolling=”no” frameborder=”0″ allowTransparency=”true”></iframe>
This is screen http://dropmefiles.com/ySkEV
9. Problem because your image don’t have same size the second image on your gallery shorter4. How I can remove this fields from check out . http://dropmefiles.com/wtTa7
5. Why in this menu didnt work mark of location in the site. If you are in page shop, about, and other it didnt mark in footer menu
7. In which files css or php html I can alight this block
Attachments:
You must be logged in to view attached files.March 16, 2017 at 10:08 pm #2421In reply to: Header Issue
Hi,
You can add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 1024px) and (min-width: 801px) { .header-4 .header__mid .jas-row .jas-col-md-1.jas-col-sm-3, .header-3 .header__mid .jas-row .hidden-md.visible-sm { flex-basis: 16.667%; max-width: 16.667% } .header-4 .header__mid .jas-row .jas-col-md-9.jas-col-sm-6, .header-3 .header__mid .jas-row .jas-col-md-2.jas-col-sm-6 { flex-basis: 66.667%; max-width: 66.667% } .header-4 .header__mid .jas-row .jas-col-md-9.jas-col-sm-6 .jas-col-md-3.jas-col-sm-12 { flex-basis: 100%; max-width: 100% } .header-3 .jas-branding { margin: auto; } }-
This reply was modified 8 years, 9 months ago by
Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 16, 2017 at 3:52 pm #2417In 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=janstudio -
This reply was modified 8 years, 9 months ago by
-
AuthorSearch Results