Home Forums Search Search Results for 'css'

Viewing 10 results - 3,001 through 3,010 (of 3,135 total)
  • Author
    Search Results
  • #2438
    knoto
    Participant

    Hello,

    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!

    #2432

    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=janstudio

    #2428

    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&#8221; 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 shorter

     

    4. 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

    http://dropmefiles.com/heK9y

    7. In which files css or php html I can alight this block

    http://dropmefiles.com/FCzfA

    Attachments:
    You must be logged in to view attached files.
    #2421

    In 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=janstudio

    #2417

    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

    http://take.ms/9TlAo

     

    Best regards

     

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #2413
    This reply has been marked as private.
    #2405

    In 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=janstudio

    #2398

    In 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=janstudio

    #2396

    In 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=janstudio

    Hi,

    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

Viewing 10 results - 3,001 through 3,010 (of 3,135 total)