Home Forums Search Search Results for 'css'

Viewing 10 results - 2,291 through 2,300 (of 3,131 total)
  • Author
    Search Results
  • #12112

    Hi,

    1. I saw your product have so much variation could you try add below code to functions.php in gecko-child

    2. You can copy file description.php from plugins > woocommerce > templates > single-productt > tabs to gecko-child > woocommerce > templates > single-productt > tabs or use plugin Loco translate plugin when create new language choose English(US) http://support.janstudio.net/forums/topic/theme-translation/

    3. You can change it to circle by add custom css

    .slick-prev, .slick-next { border-radius: 50%;}

    To make another shape it need more custom code

    Could you please reply us on our support forum, don’t reply email so us can easy track your issue.

    Thanks

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

    #12104

    Hi Harry

    You’re the best.

    Thanks for fix the bug on item 2! One more last thing regarding item 2. Do you know how can I change the color RED from the text on the header? (Printscreen_1.jpg) I don’t see the option on the Color Scheme from the Clauve panel.

    About the item 1 (background overlay), I see that you delete de CSS class already, so I guess the overlay background is not there anymore. Finnaly I wanted to check if is it possible to set up a percentage of the overlay background intensity through a menu or via CSS, I did it in the current production page through the a plugin and via CSS on others HTML5 websites.

    Thanks again for your big help and patience!

    Have a nice day.

     

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

    Hi Tekir,

    You can add custom css in JanStudio > theme Option > general Layout > Custom CSS to fix

    @media only screen and (min-width: 1025px) { .jas-push-menu-btn { display: none;}}

    Best regards

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

    #12088

    In reply to: SHOP CATEGORIES FILTER

    Hi

    Please add below css code in Claude -> Theme Option -> General -> Custom CSS

    .jas-masonry .product-info {min-height: 66px;}

    Best regards, Neo

    #12076

    Hi,

    • what is the solution to the exclude of the mobile menu on “desktop” screen resolutions?
    • can we change the menu css on our own?

    best regards!

     

    #12074

    In reply to: Arabic lang problem

    Hi,

    I checked your site it use plugin to translate not run real content in Arabic so it doesn’t use css for RTL layout and it doesn’t change main language or add any class to body html.

    Could you ask plugin support to add a class to body and change class when user change language?

    You can add below code to fix but it will affect to style in English and other language.

    Best regards

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

    #12040

    Hi,

    This banner appear when you have a product in your cart and you remove this product from cart.

    You can change background and color by add custom css in Claue > Theme Option > General Layout > Custom CSS

    .woocommerce-message {
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    }

    and change #dff0d8, #d6e9c6, color: #3c763d with your colors

    Regards

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

    #11982

    Hi Tekir,

    1. Do you want to hide action icons on right corner ?

    Please add this custom css code in child-theme

    .header-5 .jas-action {
    
    display: none;
    
    }
    

    2. Could you let me know the font family which you want to use ?

    Best regards, Neo

    #11966

    Hi,

    Sorry because the code still not correct, you can change prev code to

    .jas-blog .jas-masonry .inside-thumb .post-title a,
    .jas-blog .jas-masonry .inside-thumb a:not(.cg) { color: #4d5959;}
    .jas-blog .inside-thumb .post-meta span:not(.cat) { display: none;}
    article.post { margin-bottom: 60px;}
    .jas-blog .post .post-thumbnail > a {
    margin-bottom: 0;
    max-width: 100%;
    height: 300px;
    overflow: hidden;
    display: inline-block;
    }
    .jas-blog .post-thumbnail img {
    width: auto;
    min-height: 300px;
    max-width: inherit;
    }
    .jas-blog .comments-link { display: none;}
    .jas-blog .read-more.pr {
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid;
    }
    .read-more:hover i {
    opacity: 0;
    right: 0;
    }

    2. If you want hide first

    You have to switch editor to classic

    and add custom css code

    .jas-blog .post-content {
    text-indent: -9999em;
    }
    .jas-blog .post-action {
    border: none;
    padding: 8px 20px;
    text-align: center;
    display: block;
    text-indent: 0;
    margin-top: -50px;
    }

     

    Best regards

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

    #11963

    In reply to: metaslider and layout

    Hi,

    You can add custom css to fix:

    .woocommerce form.lost_reset_password .form-row-first,
    .woocommerce form.lost_reset_password .form-row {
    float: none;
    width: 100%;
    text-align: center;
    }

    Best regards

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

Viewing 10 results - 2,291 through 2,300 (of 3,131 total)