Home Forums Search Search Results for 'css'

Viewing 10 results - 3,001 through 3,010 (of 3,131 total)
  • Author
    Search Results
  • #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

    #2362

    Hi,
    Sorry for late reply

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

    #2356

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

    #2347

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

    #2328

    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.

    Customizing WooCommerce Order Numbers

    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,131 total)