Home Forums Search Search Results for 'css'

Viewing 10 results - 2,561 through 2,570 (of 3,131 total)
  • Author
    Search Results
  • #8748

    In reply to: metaslider and layout

    Hi,

    You can add custom css in Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 1024px) {
    .metaslider .slides img {
    height: 250px;
    max-width: inherit;
    width: auto !important;
    }
    }
    @media only screen and (max-width: 480px) {
    .metaslider .slides img {
    height: 200px;
    max-width: inherit;
    width: auto !important;
    }
    }

    You can change 250 and 200 with your number.

    Best regards

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

    #8718

    In reply to: Customize contact form

    Hi,

    You can use custom css to customize style of submit button color, width of field

    form.wpcf7-form input, form.wpcf7-form textarea {
    width: 100%;
    }

    form.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    background: #000;
    color: #fff;
    }

    Best regards

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

    #8682

    Hi imamul,

    Thank you for choosing our theme.

    1. After activate child theme you have to rearrange widgets this is issue of WordPress, i don’t know why this issue have a long time they no fix

    2. You can use Loco Translate plugin http://support.janstudio.net/forums/topic/theme-translation/

    After install plugin you go to Loco Translate > Themes > Claue > Add new language > English(Us)

    search Size Guide and change to the text what you want.

    3. You change change text “Add to wishlist” in YITH plugins > Wishlist http://take.ms/8GGe4

    You can change icon to text by add custom css code in Claue > Theme Option > General Layout > Custom CSS

    4.You can add your content in Claue > Theme Option > WooCommerce > Product detail setting > Extra Content

    Best regards

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

    #8680

    In reply to: mini cart

    Hi,

    I saw you added js code to control event.
    You can add custom css in Claue > Theme Option > General Layout > Custom CSS to remove sliding effect

    .jas-mini-cart {
    right: 0;
    }

    Best regards

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

    #8622

    Hi,
    You can use this custom CSS code
    .woocommerce-checkout #jas-footer { display: none; }

    Cheers,
    Foster

    #8602

    Hi,

    You can add custom css in Claue > Theme Option > General Layout > Custom CSS

    .cart .product-thumbnail a img { width: 100%; max-width: 250px;}

    you can change 250 with your number.

    Best regards

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

    #8600
    capellaink
    Participant

    Hello,

    I need to make the product thumbnail on cart page bigger. Please let me know the custom css code for this.

    Thank you!

    Hi Harry ,

    also thanks to Foster for the CSS Code. i have implement it, but the solution is not perfect and finished 🙂

    @media only screen and (min-width: 75em) {.jas-container {width: calc(100% – 100px);}}

    I don`t unterstand how the pixel get subtracted. Here you see the Screenshots. By 50px you see not much space on the left and right edge.

    The principle is working, but the pictures should not be scaled. Do you have there a solution ?

    <hr />

    The problem with the basket : you get no answer of hemn?

    I wrote him today to get the file you wished.

    OK we must wait. I give you a feedback.

    <hr />

    Thanks also for the idea with the geolocation plugin, it sounds really good.  If there is no solution possible with 2 banking accounts on one shop? … so i will try these plugin.
    The other plugins for optimization i installed, too – the site gets also faster now… and the SEO – oh yeah – a big mountain of working 🙂

    <hr />

    The Question 4:

    On my  impressions.shop i have so many work to create the new products.

    I set there a master and clone it and change in the products the pictures. On every photo shooting a have to create there hundreds of products. Its like a job creating measure 🙂

    As i was looking for the galleries, i found this lunar plugin. It has also a nice gallery-function and has also a tool inside that creates out of all picture automatically the products. So it is a great plugin, but u can create there just simple products. But i need variable products and have not the time to go inside all products to change something. So the question is: Do you also know a plugin or a code or can you create me a code that i can make out of pictures a variable product with a master-product?

    Do u understand the problem ?

    <hr />

    A friend of me saw also your great template. He sells boats and wish to make a new website.
    He had also one question to you. Can you made him a query for the clients, that all the questions should be answer before the shop get open ? Here is a example: http://www.primesails.de/index.php?id=42

    There the clients get the price of the products and the luxury boats.

    <hr />

    OK thats all for the moment 🙂

     

    Thanks a lot and best regards. Have a good start in the day.

    René

    #8571

    Hi,

    You can add custom css in Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 1366px) {
    .jas-menu > li:not(:first-child) {
    margin-left: 25px;
    }
    }

    Best regards

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

    #8557

    Hi,

    You can hide cart icon on menu bar by add custom css in Claue > theme options > general layout > custom CSS

    .jas-icon-cart { display: none;}

    Best regards

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

Viewing 10 results - 2,561 through 2,570 (of 3,131 total)